Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

All package updates #4792

Merged
merged 10 commits into from
Nov 29, 2018
Merged

All package updates #4792

merged 10 commits into from
Nov 29, 2018

Commits on Nov 28, 2018

  1. All package updates

    $ for reqs in `ls requirements`; do pur --skip django,docker,elasticsearch,pyelasticsearch,commonmark,stripe,mkdocs,gitpython,mercurial --requirement requirements/$reqs; done
    humitos committed Nov 28, 2018
    Configuration menu
    Copy the full SHA
    73074d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51a1e38 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f95cae3 View commit details
    Browse the repository at this point in the history
  4. More upgrades

    $ for reqs in `ls requirements`; do pur --skip django,docker,celery,gitpython,elasticsearch,pyelasticsearch,mercurial --requirement requirements/$reqs; done
    humitos committed Nov 28, 2018
    Configuration menu
    Copy the full SHA
    3111e36 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    05fde12 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9c8f500 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d107dd3 View commit details
    Browse the repository at this point in the history
  8. More updates

    $ for reqs in `ls requirements`; do pur --skip stripe,commonmark,django,docker,celery,gitpython,elasticsearch,pyelasticsearch,mercurial --requirement requirements/$reqs; done
    humitos committed Nov 28, 2018
    Configuration menu
    Copy the full SHA
    fe47fb7 View commit details
    Browse the repository at this point in the history
  9. Latest updates

    $ for reqs in `ls requirements`; do pur --skip django,docker,celery,commonmark,gitpython,elasticsearch,pyelasticsearch,mercurial --requirement requirements/$reqs; done
    humitos committed Nov 28, 2018
    Configuration menu
    Copy the full SHA
    f0edd22 View commit details
    Browse the repository at this point in the history
  10. Regex string escape properly

    humitos committed Nov 28, 2018
    Configuration menu
    Copy the full SHA
    b774e08 View commit details
    Browse the repository at this point in the history