forked from pool/python-jaraco.logging
Dirk Mueller
ba8c7f72c5
* Replaced deprecated datetime.utcfromtimestamp. (#3) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.logging?expand=0&rev=13
49 lines
1.8 KiB
Plaintext
49 lines
1.8 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Dec 27 10:52:16 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 3.3.0:
|
|
* Replaced deprecated datetime.utcfromtimestamp. (#3)
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Dec 16 21:19:43 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 3.2.0:
|
|
* Require Python 3.8 or later.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 23 14:22:57 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
|
|
|
- Don't test other jaraco packages: would need static wheel
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 29 13:18:26 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
|
|
|
- Update to 3.1.2
|
|
* Refresh packaging. Require Python 3.7 or later.
|
|
- v3.1.1: Rely on PEP 420 for namespace package.
|
|
- v3.1.0: Refresh packaging. Remove unneeded dependency on six.
|
|
- Switch to PEP517 and remove obsolete jaraco.base requirement
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 9 14:19:58 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
- Update to 3.0.0
|
|
* Require Python 3.6 or later.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 26 07:01:40 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Add LICENSE
|
|
- Remove bcond_with test, allowing tests suite to run
|
|
- Compile manually due to switch to pkgutil namespace technique
|
|
- Remove undesirable build dependencies pytest-flake8, pytest-sugar &
|
|
collective.checkdocs
|
|
- Add missing runtime dependencies on python-jaraco.base, six & tempora
|
|
- Update from v1.5.2 to v2.0
|
|
* Switch to pkgutil namespace technique for the ``jaraco`` namespace.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 23 11:15:48 UTC 2018 - dheidler@suse.de
|
|
|
|
- Initial Package
|