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

Scheduled weekly dependency update for week 39 #827

Merged
merged 3 commits into from
Sep 27, 2017

Conversation

pyup-bot
Copy link
Contributor

Updates

Here's a list of all the updates bundled in this pull request. I've added some links to make it easier for you to find all the information you need.

whitenoise 3.3.0 » 3.3.1 PyPI | Changelog | Homepage
wagtail 1.12.1 » 1.12.2 PyPI | Changelog | Homepage
factory-boy 2.8.1 » 2.9.2 PyPI | Changelog | Repo
Faker 0.8.3 » 0.8.4 PyPI | Changelog | Repo

Changelogs

whitenoise 3.3.0 -> 3.3.1

3.3.1


  • Fix issue with the immutable file test when running behind a CDN which rewrites
    paths (thanks lskillen).

wagtail 1.12.1 -> 1.12.2

1.12.2

  • Fix: Migration for addition of Page.draft_title field is now reversible (Venelin Stoykov)
  • Fix: Fixed failure on application startup when ManifestStaticFilesStorage is in use and collectstatic has not yet been run (Matt Westcott)
  • Fix: Fixed handling of Vimeo and other oEmbed providers with a format parameter in the endpoint URL (Mitchel Cabuloy)
  • Fix: Fixed regression in rendering save button in wagtail.contrib.settings edit view (Matt Westcott)

factory-boy 2.8.1 -> 2.9.2

2.9.2


Bugfix:

  • Fix declaration corruption bug when a factory defined foo__bar__baz=1 and a caller
    provided a foo__bar=x parameter at call time: this got merged into the factory's base
    declarations.

2.9.1


Bugfix:

2.9.0


This version brings massive changes to the core engine, thus reducing the number of
corner cases and weird behaviourrs.

New:

  • :issue:275: factory.fuzzy and factory.faker now use the same random seed.
  • Add :class:factory.Maybe, which chooses among two possible declarations based
    on another field's value (powers the :class:~factory.Trait feature).
  • :class:~factory.PostGenerationMethodCall only allows to pass one positional argument; use keyword arguments for
    extra parameters.

Deprecation:

  • factory.fuzzy.get_random_state is deprecated, factory.random.get_random_state should be used instead.
  • factory.fuzzy.set_random_state is deprecated, factory.random.set_random_state should be used instead.
  • factory.fuzzy.reseed_random is deprecated, factory.random.reseed_random should be used instead.

Faker 0.8.3 -> 0.8.4

0.8.4


  • Move email_validator to test_requires and unpinned the version number.
  • Date feature parity with datetime. Thanks noirbizarre.
  • Add MSISDN in the phone_number provider. Thanks patrickporto.
  • Add Arabic locales. Thanks ahmedaljazzar.
  • Fix datetime issue on Windows. Thanks kungfu71186.

That's it for now!

Happy merging! 🤖

@kleingeist kleingeist force-pushed the pyup-scheduled-update-09-25-2017 branch from 76a3bfc to 3c426e2 Compare September 27, 2017 07:34
@kleingeist kleingeist force-pushed the pyup-scheduled-update-09-25-2017 branch from 2ada2a4 to 98399d1 Compare September 27, 2017 14:27
@kleingeist
Copy link
Contributor

pytest-factoryboy is still broken. waiting on pytest-dev/pytest-factoryboy#47

@kleingeist kleingeist merged commit e67d45b into master Sep 27, 2017
@kleingeist kleingeist deleted the pyup-scheduled-update-09-25-2017 branch September 27, 2017 14:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants