diff --git a/blurb-1.3.0.tar.gz b/blurb-1.3.0.tar.gz deleted file mode 100644 index 6c3736b..0000000 --- a/blurb-1.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6dbfa3ead81fbe42ca929dfc5efc539bb78f7daaff461b6c56a89c617c7bc439 -size 23864 diff --git a/blurb-2.0.0.tar.gz b/blurb-2.0.0.tar.gz new file mode 100644 index 0000000..83008dc --- /dev/null +++ b/blurb-2.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c78d8114294225a4f7a2eabba6e05d36a6a50e45ba9f5a41afabc198350038e0 +size 24666 diff --git a/python-blurb.changes b/python-blurb.changes index d564ae9..6f53dda 100644 --- a/python-blurb.changes +++ b/python-blurb.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Jan 27 13:55:01 UTC 2025 - Nico Krapp + +- Update to 2.0.0 + * Move blurb test subcommand into test suite by @hugovk in #37 + * Add support for Python 3.14 by @ezio-melotti in #40 + * Validate gh-issue is int before checking range, and that gh-issue or bpo exists by @hugovk in #35 + * Replace safe_mkdir(path) with os.makedirs(path, exist_ok=True) by @hugovk in #38 + * Test version handling functions by @hugovk in #36 + * Test textwrap_body, current_date and sortable_datetime by @hugovk in #42 + * CI: Lint and test via uv by @hugovk in #32 + ------------------------------------------------------------------- Wed Dec 11 10:16:15 UTC 2024 - John Paul Adrian Glaubitz diff --git a/python-blurb.spec b/python-blurb.spec index 66ee466..2d3e559 100644 --- a/python-blurb.spec +++ b/python-blurb.spec @@ -1,7 +1,7 @@ # # spec file for package python-blurb # -# 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 @@ -19,7 +19,7 @@ %define skip_python2 1 %{?sle15_python_module_pythons} Name: python-blurb -Version: 1.3.0 +Version: 2.0.0 Release: 0 Summary: Command-line tool to manage CPython Misc/NEWS.d entries License: BSD-3-Clause @@ -31,6 +31,7 @@ BuildRequires: %{python_module hatchling} BuildRequires: %{python_module pip} BuildRequires: %{python_module pyfakefs} BuildRequires: %{python_module pytest} +BuildRequires: %{python_module time-machine} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros