14
0

- update to 2.0.1:

* Migrate tests from nose to unittest and pytest
  * Replace :mod:`pytz` dependency with
    :attr:`datetime.timezone.utc` and :mod:`zoneinfo`
  * Reformat codebase with black and isort
  * Configure GitHub Actions; remove Travis CI configuration file
- drop switch-to-pytest.patch (upstream)
  * Use assert and pytest rather than nose.
- Update to version 1.0

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyRFC3339?expand=0&rev=12
This commit is contained in:
2024-11-11 20:53:14 +00:00
committed by Git OBS Bridge
parent 5e97d444ac
commit 731708ff69
5 changed files with 22 additions and 138 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Nov 11 20:50:51 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 2.0.1:
* Migrate tests from nose to unittest and pytest
* Replace :mod:`pytz` dependency with
:attr:`datetime.timezone.utc` and :mod:`zoneinfo`
* Reformat codebase with black and isort
* Configure GitHub Actions; remove Travis CI configuration file
- drop switch-to-pytest.patch (upstream)
-------------------------------------------------------------------
Sun Jun 11 14:31:43 UTC 2023 - ecsos <ecsos@opensuse.org>
@@ -7,7 +18,7 @@ Sun Jun 11 14:31:43 UTC 2023 - ecsos <ecsos@opensuse.org>
Mon Sep 20 02:09:22 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
- Add switch-to-pytest.patch
* Use assert and pytest rather than nose.
* Use assert and pytest rather than nose.
-------------------------------------------------------------------
Thu Jun 3 11:27:14 UTC 2021 - pgajdos@suse.com
@@ -35,7 +46,7 @@ Thu Dec 17 09:33:21 UTC 2015 - jweberhofer@weberhofer.at
-------------------------------------------------------------------
Wed Nov 11 12:27:39 UTC 2015 - t.gruner@katodev.de
- Update to version 1.0
- Update to version 1.0
-------------------------------------------------------------------
Thu Aug 13 14:12:10 UTC 2015 - ecsos@schirra.net