14
0
forked from pool/python-jirafs

Accepting request 850493 from home:jayvdb:branches:devel:languages:python

- Remove capitalisation.patch, as capitalisation of names does not
  prevent setuptools from finding installed packages
- Remove upper pins on dependency versions
- Add missing dependencies and specify minimum versions
- Switch to PyPI sdist
- Activate test suite, and remove unnecessary build dependency tox
- Update to v2.2.1

OBS-URL: https://build.opensuse.org/request/show/850493
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jirafs?expand=0&rev=13
This commit is contained in:
2020-11-24 16:12:17 +00:00
committed by Git OBS Bridge
parent fbc8c41a85
commit ab49b7f09f
5 changed files with 47 additions and 35 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Nov 24 00:50:36 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
- Remove capitalisation.patch, as capitalisation of names does not
prevent setuptools from finding installed packages
- Remove upper pins on dependency versions
- Add missing dependencies and specify minimum versions
- Switch to PyPI sdist
- Activate test suite, and remove unnecessary build dependency tox
- Update to v2.2.1
* Fallback to displayName if name is not available for
comment author
-------------------------------------------------------------------
Tue Feb 25 04:21:46 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>