15
0

- update to 21.3.0:

- The output of incremental is now compatible with Black (#56, #60)
  - Incremental now properly supports PEP 440-compliant dev, rc, post suffixes (#62)
  - Incremental now properly supports PEP 440-compliant post releases (#37)
  - Incremental will no longer attempt to read git or svn repositories to see if
    the project is running from a checkout. (#30, #31, #32)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-incremental?expand=0&rev=11
This commit is contained in:
2021-05-09 16:53:20 +00:00
committed by Git OBS Bridge
parent f8067a33f2
commit 64ec8a6f60
4 changed files with 16 additions and 6 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sun May 9 16:52:36 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 21.3.0:
- The output of incremental is now compatible with Black (#56, #60)
- Incremental now properly supports PEP 440-compliant dev, rc, post suffixes (#62)
- Incremental now properly supports PEP 440-compliant post releases (#37)
- Incremental will no longer attempt to read git or svn repositories to see if
the project is running from a checkout. (#30, #31, #32)
-------------------------------------------------------------------
Wed Apr 29 13:35:51 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>