forked from pool/python-blurb
Accepting request 1240752 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1240752 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-blurb?expand=0&rev=6
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6dbfa3ead81fbe42ca929dfc5efc539bb78f7daaff461b6c56a89c617c7bc439
|
||||
size 23864
|
||||
3
blurb-2.0.0.tar.gz
Normal file
3
blurb-2.0.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c78d8114294225a4f7a2eabba6e05d36a6a50e45ba9f5a41afabc198350038e0
|
||||
size 24666
|
||||
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 27 13:55:01 UTC 2025 - Nico Krapp <nico.krapp@suse.com>
|
||||
|
||||
- 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 <adrian.glaubitz@suse.com>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user