17
0

4 Commits

Author SHA256 Message Date
21f0418b05 Accepting request 1242837 from devel:languages:python
- update to 0.9.0:
  * fix problem with functools.singledispatch
  * uprev to v0.9

OBS-URL: https://build.opensuse.org/request/show/1242837
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dirty-equals?expand=0&rev=8
2025-02-04 17:10:07 +00:00
7aeac1112c - update to 0.9.0:
* fix problem with functools.singledispatch
  * uprev to v0.9

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dirty-equals?expand=0&rev=15
2025-02-03 13:40:15 +00:00
27407b8f11 Accepting request 1217076 from devel:languages:python
- update to 0.8.0:
  * set requires-python to 3.8
  * use zoneinfo instead of pytz where possible
  * No need to call datetime.replace for utc_now
  * Patch pprint to make pytest diffs nicer for big objects
  * uprev test, lint and docs dependencies
  * Support Python 3.13
  * Uprev version
- update to 0.7.1-post0:
  * Fix publication of docs.

OBS-URL: https://build.opensuse.org/request/show/1217076
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dirty-equals?expand=0&rev=7
2024-10-23 19:08:19 +00:00
8d38124378 - update to 0.8.0:
* set requires-python to 3.8
  * use zoneinfo instead of pytz where possible
  * No need to call datetime.replace for utc_now
  * Patch pprint to make pytest diffs nicer for big objects
  * uprev test, lint and docs dependencies
  * Support Python 3.13
  * Uprev version
- update to 0.7.1-post0:
  * Fix publication of docs.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dirty-equals?expand=0&rev=13
2024-10-22 15:55:53 +00:00
4 changed files with 26 additions and 5 deletions

Binary file not shown.

BIN
dirty-equals-0.9.0.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Mon Feb 3 13:39:47 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 0.9.0:
* fix problem with functools.singledispatch
* uprev to v0.9
-------------------------------------------------------------------
Tue Oct 22 15:55:37 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 0.8.0:
* set requires-python to 3.8
* use zoneinfo instead of pytz where possible
* No need to call datetime.replace for utc_now
* Patch pprint to make pytest diffs nicer for big objects
* uprev test, lint and docs dependencies
* Support Python 3.13
* Uprev version
- update to 0.7.1-post0:
* Fix publication of docs.
-------------------------------------------------------------------
Thu Mar 7 03:28:45 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-dirty-equals
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-dirty-equals
Version: 0.7.1
Version: 0.9.0
Release: 0
Summary: Doing dirty (but useful) things with equals
License: MIT