15
0
forked from pool/python-falcon

Accepting request 933340 from home:bnavigator:branches:devel:languages:python

- Don't restrict to primary python3 flavor. Other packages depend
  on this.
- Update requirements
  * The only runtime deps have been removed in version 2.0
  * Test requirements from examples are obsolete
- Implement some python packaging best practises:
  * Check for version in dist metadata
  * uninstall alternative only takes master (there was even a typo)

OBS-URL: https://build.opensuse.org/request/show/933340
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-falcon?expand=0&rev=39
This commit is contained in:
2021-11-24 06:19:01 +00:00
committed by Git OBS Bridge
parent fb232c1af5
commit 0a511e6cb3
2 changed files with 28 additions and 25 deletions
+12
View File
@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Nov 23 19:28:50 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Don't restrict to primary python3 flavor. Other packages depend
on this.
- Update requirements
* The only runtime deps have been removed in version 2.0
* Test requirements from examples are obsolete
- Implement some python packaging best practises:
* Check for version in dist metadata
* uninstall alternative only takes master (there was even a typo)
-------------------------------------------------------------------
Mon Nov 22 16:25:06 UTC 2021 - Matej Cepl <mcepl@suse.com>