14
0

Accepting request 679679 from home:jayvdb:noflake8

- Add LICENSE
- Compile manually due to switch to pkgutil namespace technique
- Remove bcond_with test, allowing tests suite to run
- Remove undesirable build dependencies pytest-flake8 and pytest-runner
- Add missing runtime dependency on six
- Add explicit build dependency on python-six
- Update to v2.0
  * Switch to pkgutil namespace technique for the ``jaraco`` namespace.

OBS-URL: https://build.opensuse.org/request/show/679679
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.stream?expand=0&rev=9
This commit is contained in:
Tomáš Chvátal
2019-02-27 08:25:10 +00:00
committed by Git OBS Bridge
parent 5f1e57898c
commit a784158d01
4 changed files with 37 additions and 28 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Feb 26 08:52:40 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- Add LICENSE
- Compile manually due to switch to pkgutil namespace technique
- Remove bcond_with test, allowing tests suite to run
- Remove undesirable build dependencies pytest-flake8 and pytest-runner
- Add missing runtime dependency on six
- Add explicit build dependency on python-six
- Update to v2.0
* Switch to pkgutil namespace technique for the ``jaraco`` namespace.
-------------------------------------------------------------------
Sat Jul 28 17:03:14 UTC 2018 - jengelh@inai.de