public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Carmen Bianca BAKKER <carmen@carmenbianca.eu>
To: git-commits@fedoraproject.org
Subject: [rpms/reuse] epel10: Bump to v1.1.1
Date: Wed, 19 Aug 2026 12:50:21 GMT [thread overview]
Message-ID: <178714382115.1.14494283081213444264.rpms-reuse-2ff057e4f2ee@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/reuse
Branch : epel10
Commit : 2ff057e4f2eee1cc49bca31b2b6a9950ea89632f
Author : Carmen Bianca BAKKER <carmen@carmenbianca.eu>
Date : 2023-02-06T09:00:36+01:00
Stats : +31/-34 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/reuse/c/2ff057e4f2eee1cc49bca31b2b6a9950ea89632f?branch=epel10
Log:
Bump to v1.1.1
Signed-off-by: Carmen Bianca BAKKER <carmen@carmenbianca.eu>
---
diff --git a/.gitignore b/.gitignore
index d137994..d40a9bb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,5 @@ results_reuse/
/reuse-0.12.1.tar.gz
/reuse-0.13.0.tar.gz
/reuse-1.0.0.tar.gz
+/reuse-1.1.0.tar.gz
+/reuse-1.1.1.tar.gz
diff --git a/reuse.spec b/reuse.spec
index bf0632f..60a34e8 100644
--- a/reuse.spec
+++ b/reuse.spec
@@ -1,34 +1,18 @@
Name: reuse
-Version: 1.0.0
-Release: 4%{?dist}
+Version: 1.1.1
+Release: 1%{?dist}
Summary: A tool for compliance with the REUSE recommendations
License: GPLv3+ and CC-BY-SA and ASL 2.0
Url: https://github.com/fsfe/reuse-tool
Source0: %pypi_source
-BuildRequires: python3 >= 3.6
# Build
-BuildRequires: python%{python3_pkgversion}-devel
-BuildRequires: python%{python3_pkgversion}-setuptools
+BuildRequires: python3-devel
BuildRequires: gettext
-BuildRequires: %{py3_dist setuptools-scm}
# Test
BuildRequires: git
BuildRequires: mercurial
-BuildRequires: %{py3_dist pytest}
-# Dependencies
-BuildRequires: %{py3_dist Jinja2}
-BuildRequires: %{py3_dist binaryornot}
-BuildRequires: %{py3_dist boolean.py}
-BuildRequires: %{py3_dist license-expression}
-BuildRequires: %{py3_dist python-debian}
-BuildRequires: %{py3_dist requests}
-# Documentation
-BuildRequires: %{py3_dist Sphinx}
-BuildRequires: %{py3_dist sphinx_rtd_theme}
-BuildRequires: %{py3_dist sphinx-autodoc-typehints}
-BuildRequires: %{py3_dist sphinxcontrib-apidoc}
-BuildRequires: %{py3_dist recommonmark}
-Requires: python3 >= 3.6
+# This should be installed by Poetry...
+BuildRequires: python3-pytest
Recommends: git
Recommends: mercurial
BuildArch: noarch
@@ -41,29 +25,40 @@ generates a project's bill of materials.
%prep
%autosetup -n %{name}-%{version}
# Remove this line when sphinx-autodoc-typehints is up-to-date.
-sed -i "/sphinx_autodoc_typehints/d" docs/conf.py
+# sed -i "/sphinx_autodoc_typehints/d" docs/conf.py
+
+%generate_buildrequires
+%pyproject_buildrequires -t
%build
-%py3_build
-pushd docs
-PBR_VERSION=%{version} sphinx-build-%{python3_version} . html
-rm -rf html/.{doctrees,buildinfo}
-popd
+%pyproject_wheel
+# pushd docs
+# PBR_VERSION=%{version} sphinx-build-%{python3_version} . html
+# rm -rf html/.{doctrees,buildinfo}
+# popd
%install
-%py3_install
+%pyproject_install
+
+%pyproject_save_files reuse
%check
%pytest
-%files
+%files -n reuse -f %{pyproject_files}
%license LICENSES/*.txt
-%doc README.md CHANGELOG.md docs/html/
-%{_bindir}/%{name}
-%{python3_sitelib}/%{name}/
-%{python3_sitelib}/%{name}*egg-info/
+%doc README.md CHANGELOG.md
+# docs/html/
+%{_bindir}/reuse
%changelog
+* Sun Feb 05 2023 Carmen Bianca BAKKER <carmenbianca@fedoraproject.org>
+- new version
+
+* Fri Feb 03 2023 Carmen Bianca BAKKER <carmenbianca@fedoraproject.org> - 1.1.0-1
+- New version.
+- Adapt package to poetry build system.
+
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
diff --git a/sources b/sources
index 5d769a8..e404f25 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (reuse-1.0.0.tar.gz) = 5d0b0fc57a983f544cbc40aaca813dce540712f9bfb7ef3065abb2fbd7a30f65216f50dbf2369e36198794cd944285498c5a2a7c4affcacefb12a01b6c7d7571
+SHA512 (reuse-1.1.1.tar.gz) = ef6821ffe76bd48790e2dab55d552f7fc44b50c19699663fa6923a155382b1909e21116d80f4790294fd081ab26b3ff84dbb3c1ac5f58f4f89bea0f1daf0e069
reply other threads:[~2026-08-19 12:50 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178714382115.1.14494283081213444264.rpms-reuse-2ff057e4f2ee@fedoraproject.org \
--to=carmen@carmenbianca.eu \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox