14
0

Accepting request 783000 from home:mcalabkova:branches:devel:languages:python

What the hell is this package?

- Set version to 8.1.0

- Update to 8.1.0
  * In sphinx when loading metadata, trap a ValueError to include the offending value.
  * Require Python 3.6 or later.
  * Removed 'cheese' package as it was built for a use-case that is no longer needed.
  * Sphinx plugin now declares support for parallel reads (optimistically).

OBS-URL: https://build.opensuse.org/request/show/783000
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.packaging?expand=0&rev=9
This commit is contained in:
Tomáš Chvátal
2020-03-09 15:22:06 +00:00
committed by Git OBS Bridge
parent ca18f97f0b
commit 7c1dc753ca
6 changed files with 27 additions and 15 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Mar 9 15:11:55 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- Update to 8.1.0
* In sphinx when loading metadata, trap a ValueError to include the offending value.
* Require Python 3.6 or later.
* Removed 'cheese' package as it was built for a use-case that is no longer needed.
* Sphinx plugin now declares support for parallel reads (optimistically).
-------------------------------------------------------------------
Mon Oct 14 13:46:38 UTC 2019 - Matej Cepl <mcepl@suse.com>