14
0

Accepting request 1086509 from home:david.anes:branches:devel:languages:python

- Update to version 0.17.0: 
  * Added a new guess_packager() function that uses similar
    heuristics as rpmdev-packager, meaning that the 
    Specfile.add_changelog_entry() method no longer requires
    rpmdev-packager to guess the changelog entry author. (#220)
  * The Specfile.add_changelog_entry() method now uses dates based
    on UTC instead of the local timezone. (#223)

OBS-URL: https://build.opensuse.org/request/show/1086509
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-specfile?expand=0&rev=21
This commit is contained in:
2023-05-11 13:29:15 +00:00
committed by Git OBS Bridge
parent 4dcf8e2e65
commit 4031893446
4 changed files with 17 additions and 7 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu May 11 12:19:01 UTC 2023 - David Anes <david.anes@suse.com>
- Update to version 0.17.0:
* Added a new guess_packager() function that uses similar
heuristics as rpmdev-packager, meaning that the
Specfile.add_changelog_entry() method no longer requires
rpmdev-packager to guess the changelog entry author. (#220)
* The Specfile.add_changelog_entry() method now uses dates based
on UTC instead of the local timezone. (#223)
-------------------------------------------------------------------
Tue Apr 25 07:18:46 UTC 2023 - David Anes <david.anes@suse.com>