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 42 #159

Closed
wants to merge 3 commits into from

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.

Flask-SQLAlchemy 2.2 » 2.3.2 PyPI | Changelog | Repo | Docs
pytest 3.2.2 » 3.2.3 PyPI | Changelog | Repo | Homepage
awscli 1.11.154 » 1.11.170 PyPI | Changelog | Homepage

Changelogs

Flask-SQLAlchemy 2.2 -> 2.3.2

2.3.2


Released on October 11, 2017

  • Don't mask the parent table for single-table inheritance models. (561_)

.. _561: pallets-eco/flask-sqlalchemy#561

2.3.1


Released on October 5, 2017

  • If a model has a table name that matches an existing table in the metadata,
    use that table. Fixes a regression where reflected tables were not picked up
    by models. (551_)
  • Raise the correct error when a model has a table name but no primary key.
    (556_)
  • Fix repr on models that don't have an identity because they have not been
    flushed yet. (555_)
  • Allow specifying a max_per_page limit for pagination, to avoid users
    specifying high values in the request args. (542_)
  • For paginate with error_out=False, the minimum value for page is
    1 and per_page is 0. (558_)

.. _542: pallets-eco/flask-sqlalchemy#542
.. _551: pallets-eco/flask-sqlalchemy#551
.. _555: pallets-eco/flask-sqlalchemy#555
.. _556: pallets-eco/flask-sqlalchemy#556
.. _558: pallets-eco/flask-sqlalchemy#558

2.3.0


Released on September 28, 2017

  • Multiple bugs with __tablename__ generation are fixed. Names will be
    generated for models that define a primary key, but not for single-table
    inheritance subclasses. Names will not override a declared_attr.
    PrimaryKeyConstraint is detected. (541_)
  • Passing an existing declarative_base() as model_class to
    SQLAlchemy.__init__ will use this as the base class instead of creating
    one. This allows customizing the metaclass used to construct the base.
    (546_)
  • The undocumented DeclarativeMeta internals that the extension uses for
    binds and table name generation have been refactored to work as mixins.
    Documentation is added about how to create a custom metaclass that does not
    do table name generation. (546_)
  • Model and metaclass code has been moved to a new models module.
    _BoundDeclarativeMeta is renamed to DefaultMeta; the old name will be
    removed in 3.0. (546_)
  • Models have a default repr that shows the model name and primary key.
    (530_)
  • Fixed a bug where using init_app would cause connectors to always use the
    current_app rather than the app they were created for. This caused issues
    when multiple apps were registered with the extension. (547_)

.. _530: pallets-eco/flask-sqlalchemy#530
.. _541: pallets-eco/flask-sqlalchemy#541
.. _546: pallets-eco/flask-sqlalchemy#546
.. _547: pallets-eco/flask-sqlalchemy#547

pytest 3.2.2 -> 3.2.3

3.2.3

=========================

Bug Fixes

  • Fix crash in tab completion when no prefix is given. (2748 <https://github.com/pytest-dev/pytest/issues/2748>_)
  • The equality checking function (__eq__) of MarkDecorator returns
    False if one object is not an instance of MarkDecorator. (2758 <https://github.com/pytest-dev/pytest/issues/2758>_)
  • When running pytest --fixtures-per-test: don't crash if an item has no
    fixtureinfo attribute (e.g. doctests) (2788 <https://github.com/pytest-dev/pytest/issues/2788>)

Improved Documentation

  • In help text of -k option, add example of using not to not select
    certain tests whose names match the provided expression. (1442 <https://github.com/pytest-dev/pytest/issues/1442>_)
  • Add note in parametrize.rst about calling metafunc.parametrize
    multiple times. (1548 <https://github.com/pytest-dev/pytest/issues/1548>_)

Trivial/Internal Changes

  • Set xfail_strict=True in pytest's own test suite to catch expected
    failures as soon as they start to pass. (2722 <https://github.com/pytest-dev/pytest/issues/2722>_)
  • Fix typo in example of passing a callable to markers (in example/markers.rst)
    (2765 <https://github.com/pytest-dev/pytest/issues/2765>_)

awscli 1.11.154 -> 1.11.170

1.11.170

========

  • api-change:elasticbeanstalk: Update elasticbeanstalk command to latest version
  • api-change:polly: Update polly command to latest version
  • api-change:rds: Update rds command to latest version
  • api-change:codecommit: Update codecommit command to latest version
  • api-change:dms: Update dms command to latest version

1.11.169

========

  • api-change:ses: Update ses command to latest version
  • api-change:ecr: Update ecr command to latest version

1.11.168

========

  • enhancement:aws cloudformation: Add support for forcing files to be zipped when uploaded
  • api-change:ec2: Update ec2 command to latest version
  • api-change:opsworkscm: Update opsworkscm command to latest version
  • api-change:elbv2: Update elbv2 command to latest version

1.11.167

========

  • api-change:sqs: Update sqs command to latest version

1.11.166

========

  • api-change:redshift: Update redshift command to latest version

1.11.165

========

  • api-change:kinesisanalytics: Update kinesisanalytics command to latest version
  • api-change:route53domains: Update route53domains command to latest version

1.11.164

========

  • api-change:ssm: Update ssm command to latest version
  • api-change:ec2: Update ec2 command to latest version

1.11.163

========

  • api-change:cloudhsm: Update cloudhsm command to latest version

1.11.162

========

  • api-change:route53: Update route53 command to latest version
  • api-change:organizations: Update organizations command to latest version
  • api-change:mturk: Update mturk command to latest version
  • api-change:codebuild: Update codebuild command to latest version
  • api-change:appstream: Update appstream command to latest version

1.11.161

========

  • api-change:pinpoint: Update pinpoint command to latest version
  • bugfix:Config: Properly handle spaces in profile names when being written out via the configure command, fixes 2806 <https://github.com/aws/aws-cli/issues/2806>__

1.11.160

========

  • api-change:cloudformation: Update cloudformation command to latest version

1.11.159

========

  • api-change:rds: Update rds command to latest version
  • api-change:config: Update config command to latest version
  • api-change:ecs: Update ecs command to latest version

1.11.158

========

  • api-change:budgets: Update budgets command to latest version
  • api-change:logs: Update logs command to latest version
  • api-change:ec2: Update ec2 command to latest version

1.11.157

========

  • api-change:greengrass: Update greengrass command to latest version
  • api-change:codepipeline: Update codepipeline command to latest version
  • api-change:appstream: Update appstream command to latest version
  • api-change:rds: Update rds command to latest version
  • api-change:lex-runtime: Update lex-runtime command to latest version

1.11.156

========

  • api-change:ec2: Update ec2 command to latest version

1.11.155

========

  • api-change:ec2: Update ec2 command to latest version
  • api-change:iam: Update iam command to latest version
  • api-change:ses: Update ses command to latest version

That's it for now!

Happy merging! 🤖

@pyup-bot
Copy link
Contributor Author

Closing this in favor of #160

@pyup-bot pyup-bot closed this Oct 23, 2017
@hndrewaall hndrewaall deleted the pyup-scheduled-update-10-16-2017 branch October 23, 2017 14:17
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.

None yet

1 participant