Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

chore(dev deps): update dev dependencies (major) #52

Merged
merged 1 commit into from
Mar 24, 2021

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Feb 3, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pydocstyle (changelog) ==5.1.1 -> ==6.0.0 age adoption passing confidence
setuptools ==52.0.0 -> ==54.2.0 age adoption passing confidence

Release Notes

PyCQA/pydocstyle

v6.0.0

Compare Source

pypa/setuptools

v54.2.0

Compare Source

Changes
^^^^^^^

  • #​2608: Added informative error message to PEP 517 build failures owing to
    an empty setup.py -- by :user:layday

v54.1.3

Compare Source

No significant changes.

v54.1.2

Compare Source

Misc
^^^^

  • #​2595: Reduced scope of dash deprecation warning to Setuptools/distutils only -- by :user:melissa-kun-li

v54.1.1

Compare Source

Documentation changes
^^^^^^^^^^^^^^^^^^^^^

  • #​2584: Added sphinx-inline-tabs extension to allow for comparison of setup.py and its equivalent setup.cfg -- by :user:amy-lei

Misc
^^^^

  • #​2592: Made option keys in the [metadata] section of setup.cfg case-sensitive. Users having
    uppercase option spellings will get a warning suggesting to make them to lowercase
    -- by :user:melissa-kun-li

v54.1.0

Compare Source

Changes
^^^^^^^

  • #​1608: Removed the conversion of dashes to underscores in the :code:extras_require and :code:data_files of :code:setup.cfg to support the usage of dashes. Method will warn users when they use a dash-separated key which in the future will only allow an underscore. Note: the method performs the dash to underscore conversion to preserve compatibility, but future versions will no longer support it -- by :user:melissa-kun-li

v54.0.0

Compare Source

Breaking Changes
^^^^^^^^^^^^^^^^

  • #​2582: Simplified build-from-source story by providing bootstrapping metadata in a separate egg-info directory. Build requirements no longer include setuptools itself. Sdist once again includes the pyproject.toml. Project can no longer be installed from source on pip 19.x, but install from source is still supported on pip < 19 and pip >= 20 and install from wheel is still supported with pip >= 9.

Changes
^^^^^^^

  • #​1932: Handled :code:AttributeError by raising :code:DistutilsSetupError in :code:dist.check_specifier() when specifier is not a string -- by :user:melissa-kun-li
  • #​2570: Correctly parse cmdclass in setup.cfg.

Documentation changes
^^^^^^^^^^^^^^^^^^^^^

  • #​2553: Added userguide example for markers in extras_require -- by :user:pwoolvett

v53.1.0

Compare Source

Changes
^^^^^^^

  • #​1937: Preserved case-sensitivity of keys in setup.cfg so that entry point names are case-sensitive. Changed sensitivity of configparser. NOTE: Any projects relying on case-insensitivity will need to adapt to accept the original case as published. -- by :user:melissa-kun-li
  • #​2573: Fixed error in uploading a Sphinx doc with the :code:upload_docs command. An html builder will be used.
    Note: :code:upload_docs is deprecated for PyPi, but is supported for other sites -- by :user:melissa-kun-li

v53.0.0

Compare Source

Breaking Changes
^^^^^^^^^^^^^^^^

  • #​1527: Removed bootstrap script. Now Setuptools requires pip or another pep517-compliant builder such as 'build' to build. Now Setuptools can be installed from Github main branch.

Renovate configuration

📅 Schedule: "before 12pm on Wednesday" in timezone UTC.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/major-dev-dependencies branch from d1d5cb3 to 6d18414 Compare February 25, 2021 14:59
@codecov-io
Copy link

codecov-io commented Feb 25, 2021

Codecov Report

Merging #52 (e3694c6) into master (83bdf64) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #52   +/-   ##
=======================================
  Coverage   87.17%   87.17%           
=======================================
  Files           6        6           
  Lines         850      850           
=======================================
  Hits          741      741           
  Misses        109      109           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 83bdf64...e3694c6. Read the comment docs.

@renovate renovate bot force-pushed the renovate/major-dev-dependencies branch from 6d18414 to 6b19c3e Compare February 28, 2021 23:22
@renovate renovate bot changed the title chore(dev deps): update dependency setuptools to v53 chore(dev deps): update dependency setuptools to v54 Feb 28, 2021
@renovate renovate bot force-pushed the renovate/major-dev-dependencies branch 2 times, most recently from aef86f2 to 2f0e7ea Compare March 7, 2021 05:34
@renovate renovate bot force-pushed the renovate/major-dev-dependencies branch 2 times, most recently from 43263a5 to e3694c6 Compare March 19, 2021 00:13
@renovate renovate bot changed the title chore(dev deps): update dependency setuptools to v54 chore(dev deps): update dev dependencies (major) Mar 19, 2021
@renovate renovate bot force-pushed the renovate/major-dev-dependencies branch from e3694c6 to 90b4359 Compare March 22, 2021 13:47
@renovate renovate bot force-pushed the renovate/major-dev-dependencies branch from 90b4359 to 3976338 Compare March 22, 2021 15:29
@nokome nokome merged commit b91bf55 into master Mar 24, 2021
@renovate renovate bot deleted the renovate/major-dev-dependencies branch March 24, 2021 04:14
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants