71 lines
2.7 KiB
Plaintext
71 lines
2.7 KiB
Plaintext
-------------------------------------------------------------------
|
|
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>
|
|
|
|
- Update to 0.7.1:
|
|
* Feature: IsEnum by @FBruzzesi in #75
|
|
* fix pydantic version checking by @mishaga in #80
|
|
* change license to exact by @evstratbg in #85
|
|
* fix DeprecationWarning with datetime.utcnow() by @MeggyCal in #86
|
|
* Make datetime tests pass without requiring UTC system timezone
|
|
* uprev dependencies and use pydantic v2 by @samuelcolvin in #88
|
|
* support python 3.12 by @samuelcolvin in #89
|
|
* better dep constraints by @samuelcolvin in #90
|
|
- Drop patch datetime.patch, now included.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Nov 7 14:17:03 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- build against newer python stack for sle15
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Oct 17 12:30:50 UTC 2023 - Markéta Calábková <meggy.calabkova@gmail.com>
|
|
|
|
- Update to 0.7.0
|
|
* add some new functions
|
|
* move to Python 3.11 final
|
|
* numeric exact
|
|
- add datetime.patch to fix compatibility with Python 3.12
|
|
* sent upstream: https://github.com/samuelcolvin/dirty-equals/pull/86
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Nov 10 15:18:24 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
|
|
|
-Update to version 0.5.0
|
|
*Document how the dirty __eq__ is called by @Marco-Kaulea in #41
|
|
*Make IsNow relative to current moment of time by @hyzyla in #40
|
|
*correct version in pyproject.toml, #46
|
|
*feat Add IsIP by @osintalex in #43
|
|
*Remove Poetry and transition to hatchling, #49
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 30 23:56:51 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Correct a Requires into a BuildRequires, as was meant.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 18 22:39:54 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
|
|
|
- Initial specfile for v0.4
|
|
- Required for python-watchfiles
|