Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
d156c05fab |
@@ -1,3 +1,25 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 23 16:32:08 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 2025.04.17:
|
||||||
|
* test: Delete SOURCE_DATE_EPOCH envvar if already present for
|
||||||
|
robustness
|
||||||
|
- update to 2025.04.02:
|
||||||
|
* Update build backend
|
||||||
|
* Support running tests from source distribution
|
||||||
|
- update to 2025.04.01:
|
||||||
|
* Switch to `pyproject.toml` as much as possible
|
||||||
|
- update to 2025.03.31:
|
||||||
|
* Support Python 3.11, test 3.12-dev, drop EOL 3.5-3.6
|
||||||
|
* Update release.yml to use OIDC publishing
|
||||||
|
* Drop 3.7 and 3.8
|
||||||
|
* Support SOURCE_DATE_EPOCH for reproducible builds
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 15 12:48:06 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
- Convert to pip-based build
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 21 12:23:05 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
Fri Apr 21 12:23:05 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file for package python-calver
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -28,14 +28,18 @@
|
|||||||
%define ghtag 2022.06.26
|
%define ghtag 2022.06.26
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-calver%{psuffix}
|
Name: python-calver%{psuffix}
|
||||||
Version: 2022.6.26
|
Version: 2025.4.17
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Setuptools extension for CalVer package versions
|
Summary: Setuptools extension for CalVer package versions
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: https://github.com/di/calver
|
URL: https://github.com/di/calver
|
||||||
Source: https://github.com/di/calver/archive/refs/tags/%{ghtag}.tar.gz#/calver-%{version}-gh.tar.gz
|
Source: https://github.com/di/calver/archive/refs/tags/%{ghtag}.tar.gz#/calver-%{version}-gh.tar.gz
|
||||||
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
|
BuildRequires: %{python_module wheel}
|
||||||
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
|
BuildArch: noarch
|
||||||
# SECTION test requirement
|
# SECTION test requirement
|
||||||
%if %{with test}
|
%if %{with test}
|
||||||
BuildRequires: %{python_module calver}
|
BuildRequires: %{python_module calver}
|
||||||
@@ -43,8 +47,6 @@ BuildRequires: %{python_module pretend}
|
|||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
%endif
|
%endif
|
||||||
# /SECTION
|
# /SECTION
|
||||||
BuildRequires: fdupes
|
|
||||||
BuildArch: noarch
|
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -57,11 +59,11 @@ Setuptools extension for CalVer package versions
|
|||||||
sed -i 's/calver_version(True)/"%{version}"/' setup.py
|
sed -i 's/calver_version(True)/"%{version}"/' setup.py
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%pyproject_wheel
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%if !%{with test}
|
%if !%{with test}
|
||||||
%python_install
|
%pyproject_install
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user