public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-doit] rawhide: Update to 0.37.0
@ 2026-07-15 7:45
0 siblings, 0 replies; only message in thread
From: @ 2026-07-15 7:45 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-doit
Branch : rawhide
Commit : 1a42cfb14168ab37787109f26188cebae67de240
Author : José Matos <jamatos@fedoraproject.org>
Date : 2026-07-15T08:45:21+01:00
Stats : +16/-15 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/python-doit/c/1a42cfb14168ab37787109f26188cebae67de240?branch=rawhide
Log:
Update to 0.37.0
do not build the documentation
---
diff --git a/.gitignore b/.gitignore
index ff5f87f..6b1d679 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/doit-0.36.0.tar.gz
+/doit-0.37.0.tar.gz
diff --git a/python-doit.spec b/python-doit.spec
index 4f6fa82..d845ce0 100644
--- a/python-doit.spec
+++ b/python-doit.spec
@@ -1,14 +1,13 @@
%global srcname doit
Name: python-%{srcname}
-Version: 0.36.0
-Release: 9%{?dist}
+Version: 0.37.0
+Release: 1%{?dist}
Summary: Automation Tool
License: MIT
URL: https://pydoit.org/
Source0: https://pypi.io/packages/source/d/%{srcname}/%{srcname}-%{version}.tar.gz
-Patch1: python-doit_ignore_versions.patch
BuildArch: noarch
@@ -51,15 +50,17 @@ Requires: python3-%{srcname} = %{version}-%{release}
find -type f -exec sed -i '1s=^#! /usr/bin/\(python\|env python\)[23]\?=#!%{__python3}=' {} +
%generate_buildrequires
-%pyproject_buildrequires dev_requirements.txt doc_requirements.txt -r
+%pyproject_buildrequires dev_requirements.txt -r
%build
%pyproject_wheel
-cd doc
-PYTHONPATH=.. make html SPHINXBUILD=sphinx-build-3
-rm -rf _build/html/_sources/ _build/html/.buildinfo
-cd -
+# sphinx-sitemap is not available so let us skip the documentation build
+# so above in the buildrequires we skipped the doc_requirements.txt
+# cd doc
+# PYTHONPATH=.. make html SPHINXBUILD=sphinx-build-3
+# rm -rf _build/html/_sources/ _build/html/.buildinfo
+# cd -
%install
%pyproject_install
@@ -68,9 +69,7 @@ install -p -D -m 0644 bash_completion_doit %{buildroot}%{_sysconfdir}/bash_compl
%pyproject_save_files %{srcname}
%check
-# Is impossible to run tests because the testsuite is not ready for Python 3
-# environment and there is also one unresolved test dependency doit-py
-# %{__python3} -m pytest
+%{__python3} -m pytest
%py3_check_import %{srcname}
%files -n python3-%{srcname} -f %{pyproject_files}
@@ -81,13 +80,14 @@ install -p -D -m 0644 bash_completion_doit %{buildroot}%{_sysconfdir}/bash_compl
%files -n python3-%{srcname}-doc
%license LICENSE
-# doc is not present in the tar ball (reported upstream)
-#%doc doc/tutorial
-%doc doc/_build/html
%doc CHANGES
%doc TODO.txt
%changelog
+* Wed Jul 15 2026 José Matos <jamatos@fedoraproject.org> - 0.37.0-1
+- Update to 0.37.0
+- do not build the documentation
+
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.36.0-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
diff --git a/sources b/sources
index 693b86a..4d64920 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (doit-0.36.0.tar.gz) = d4caa31701755c7f59213dde0f89fd3616c0c01b7f06245cbfd9f1a315d503e62f3556c3b86685cd0ebfcffcc9cae0987ca150f037aa7b3cd960439a1191be42
+SHA512 (doit-0.37.0.tar.gz) = de7cc6b0a3d5afae53b9a4fdf2debaebf454094dc5be992b58f181d7e22895fe88996d0aed3d4e4f70df45d4afb38b19de7144b3387736bba81af9177414b392
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-15 7:45 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-15 7:45 [rpms/python-doit] rawhide: Update to 0.37.0
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox