forked from pool/python-dunamai
Accepting request 1147255 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1147255 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dunamai?expand=0&rev=2
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6ad99ae34f7cd290550a2ef1305d2e0292e6e6b5b1b830dfc07ceb7fd35fec09
|
||||
size 42296
|
||||
3
python-dunamai-1.19.2.tar.gz
Normal file
3
python-dunamai-1.19.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3be4049890763e19b8df1d52960dbea60b3e263eb0c96144a677ae0633734d2e
|
||||
size 42796
|
||||
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-dunamai
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -15,23 +15,24 @@
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-dunamai
|
||||
Version: 1.19.0
|
||||
Version: 1.19.2
|
||||
Release: 0
|
||||
Summary: Dynamic version generation
|
||||
License: MIT
|
||||
Group: Development/Libraries/Python
|
||||
URL: https://github.com/mtkennerly/dunamai
|
||||
Source: https://files.pythonhosted.org/packages/source/d/dunamai/dunamai-%{version}.tar.gz
|
||||
BuildRequires: python-rpm-macros
|
||||
Source0: https://files.pythonhosted.org/packages/source/d/dunamai/dunamai-%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module poetry-core >= 1.0.0}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
BuildArch: noarch
|
||||
## needed for tests
|
||||
## needed for tests
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: git
|
||||
%python_subpackages
|
||||
|
||||
Reference in New Issue
Block a user