* Fixed: Version.__lt__ checked if all fields were less than the other
instance
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dunamai?expand=0&rev=17
70 lines
2.5 KiB
Plaintext
70 lines
2.5 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri Mar 21 17:00:43 UTC 2025 - Richard Rahl <rrahl0@opensuse.org>
|
|
|
|
- update to 1.23.1:
|
|
* Fixed: Version.__lt__ checked if all fields were less than the other
|
|
instance
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 18 11:59:04 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
|
|
|
|
- update to 1.23.0:
|
|
* Add major/minor/patch format placeholders
|
|
* Clean up some formatting
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Aug 7 04:35:52 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
|
|
|
|
- update to 1.22.0:
|
|
* Fixed: The --ignore-untracked CLI flag was ignored.
|
|
* Added: --commit-length option.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jun 28 01:52:24 UTC 2024 - Richard Rahl <rrahl0@disroot.org>
|
|
|
|
- update to 1.21.2:
|
|
* Fixed: Some timestamps could fail to parse on Python 3.5 and 3.6.
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jun 6 07:27:47 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 1.21.1:
|
|
* Fixed: Distance was calculated inconsistently for Git
|
|
* when there were some tags and none matched the version
|
|
pattern.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri May 3 07:28:45 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 1.21.0:
|
|
* Generally, when Dunamai can detect the VCS in use, but
|
|
there's no version set yet, then Dunamai uses 0.0.0 as a
|
|
fallback, unless strict mode is enabled.
|
|
However, if there were some tags and none matched the version
|
|
pattern, then Dunamai would yield an error.
|
|
* Added `--ignore-untracked` option to control checking whether
|
|
the repository is dirty.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Apr 20 14:07:58 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 1.20.0:
|
|
* Updated `Version.bump()` to add a `smart` argument,
|
|
which only bumps when `distance != 0`.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Feb 17 01:51:54 UTC 2024 - Richard Rahl <rrahl0@proton.me>
|
|
|
|
- update to 1.19.2
|
|
* ixed an exception when a Git repository had a broken ref
|
|
|
|
- update to 1.19.1:
|
|
* Relaxed Python bounds
|
|
* Fixed some git log commands that did not include -c log.showsignature=false
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Dec 16 07:27:18 UTC 2023 - Richard Rahl <rrahl0@proton.me>
|
|
|
|
- initial packaging of version 1.19
|