forked from pool/python-metaextract
(gh#toabctl/metaextract#20). OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-metaextract?expand=0&rev=41
155 lines
5.2 KiB
Plaintext
155 lines
5.2 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Oct 2 11:17:35 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
|
|
|
- Add tests-tests_require.patch fixing broken tests
|
|
(gh#toabctl/metaextract#20).
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jun 21 15:27:55 UTC 2023 - ecsos <ecsos@opensuse.org>
|
|
|
|
- Add %{?sle15_python_module_pythons}
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Oct 14 05:40:11 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
|
|
|
|
- Change preun to postun for update alternatives
|
|
- Remove not needed setup.py patch
|
|
- Change shared files python-sitelib glob to package
|
|
- Update source package
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Oct 13 15:05:49 UTC 2022 - Thomas Bechtold <thomasbechtold@jpberlin.de>
|
|
|
|
- Update to Version 1.0.9:
|
|
* ci: drop python 3.7, add python 3.10
|
|
* Add initial support for packages without setup.py
|
|
* Update badge given that github actions are now used
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 29 16:10:29 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
|
|
|
- Update to Version 1.0.8:
|
|
* Merge pull request #15 from toabctl/gh-instead-of-travis
|
|
* Move from Travis CI to github actions
|
|
* Merge pull request #14 from toabctl/drop-pytest-runner
|
|
* Post release version bump to 1.0.8
|
|
* setup.py: drop setup_requires including setuptools and pytest-runner
|
|
* Merge pull request #12 from jayvdb/json_dumps_default
|
|
* Use default json encoder 'str'
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 8 12:34:45 UTC 2021 - pgajdos@suse.com
|
|
|
|
- do not require pytest-runner for build, it is not needed
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Mar 29 05:33:31 UTC 2020 - Thomas Bechtold <tbechtold@suse.com>
|
|
|
|
- update to 1.0.7:
|
|
* Use default json encoder 'str'
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 27 07:31:50 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Use noun phrase in summary. Trim history from description.
|
|
Fix wrong "it's".
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 8 08:37:50 UTC 2019 - Thomas Bechtold <tbechtold@suse.com>
|
|
|
|
- Capitalize summary to make rpmlint happy
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 8 08:35:17 UTC 2019 - Thomas Bechtold <tbechtold@suse.com>
|
|
|
|
- update to 1.0.6:
|
|
* Switch to python 3.7
|
|
* travis: Use py36 for pep8 tox env
|
|
* Fix tests when using pytest >= 5
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jun 21 12:54:53 UTC 2019 - pgajdos@suse.com
|
|
|
|
- run the testsuite in %check
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 7 11:11:14 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Fix fdupes call
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 4 12:50:22 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Remove superfluous devel dependency for noarch package
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 9 16:51:37 UTC 2018 - Thomas Bechtold <tbechtold@suse.com>
|
|
|
|
- update to 1.0.5:
|
|
* Add more key from setup.py to output
|
|
* tests: Only check expected key/value pairs
|
|
* Post release version bump to 1.0.5
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jun 9 13:31:52 UTC 2018 - tbechtold@suse.com
|
|
|
|
- update to 1.0.4:
|
|
* Convert sets used in entry_points to lists
|
|
* Fix unittests
|
|
* Post release version bump to 1.0.4
|
|
- use %license macro
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 18 13:22:31 UTC 2017 - tbechtold@suse.com
|
|
|
|
- update to 1.0.3:
|
|
* Release 1.0.3
|
|
* Test python 3.6 instead of 3.5
|
|
* Fix json serialization for dict_items on py3 (#4)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 27 17:52:38 UTC 2017 - toddrme2178@gmail.com
|
|
|
|
- Implement single-spec version.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Apr 24 13:00:02 UTC 2017 - tbechtold@suse.com
|
|
|
|
update to version 1.0.2
|
|
* Fix entrypoint typo 'metaextact'
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 28 23:06:08 UTC 2017 - tbechtold@suse.com
|
|
|
|
update to version 1.0.0
|
|
* Allow to specify the used python interpreter
|
|
* Fix utils import in python3 case
|
|
* Post release version bump to 1.0.0
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 28 18:53:16 UTC 2017 - tbechtold@suse.com
|
|
|
|
update to version 0.0.9
|
|
* Improve tests with extras_require
|
|
* Fix documentation link in README
|
|
* Post release version bump to 0.0.9
|
|
* Support "python_requires"
|
|
* Use same version for doc and sdist
|
|
* Add doc badge to README
|
|
* Use already used python interpreter
|
|
* Post release version bump to 0.0.8
|
|
* Use Sphinx to build documentation
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 29 17:55:42 UTC 2016 - tbechtold@suse.com
|
|
|
|
update to version 0.0.7
|
|
* Sort some of the data keys
|
|
* Post release version bump to 0.0.7
|
|
* Sort json dump by key
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Aug 28 06:14:54 UTC 2016 - tbechtold@suse.com
|
|
|
|
- Initial packaging (version 0.0.6)
|