public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-repoze-lru] rawhide: 0.8
@ 2026-08-03 19:04 Gwyn Ciesla
0 siblings, 0 replies; only message in thread
From: Gwyn Ciesla @ 2026-08-03 19:04 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-repoze-lru
Branch : rawhide
Commit : 7d3380083a209f3cf6b3c81c4c9278710c770396
Author : Gwyn Ciesla <gwync@protonmail.com>
Date : 2026-08-03T14:04:40-05:00
Stats : +11/-7 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/python-repoze-lru/c/7d3380083a209f3cf6b3c81c4c9278710c770396?branch=rawhide
Log:
0.8
---
diff --git a/.gitignore b/.gitignore
index 2ce43d7..28ff544 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
/repoze.lru-0.3.tar.gz
/repoze.lru-0.4.tar.gz
/repoze.lru-0.7.tar.gz
+/repoze_lru-0.8.tar.gz
diff --git a/python-repoze-lru.spec b/python-repoze-lru.spec
index 7298e1b..2274d15 100644
--- a/python-repoze-lru.spec
+++ b/python-repoze-lru.spec
@@ -1,8 +1,8 @@
-%global modname repoze.lru
+%global modname repoze_lru
Name: python-repoze-lru
-Version: 0.7
-Release: 32%{?dist}
+Version: 0.8
+Release: 1%{?dist}
Summary: A tiny LRU cache implementation and decorator
# Automatically converted from old format: BSD - review is highly recommended.
@@ -13,6 +13,7 @@ BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: python3-pytest
+BuildRequires: python3-pytest-cov
%global _description\
repoze.lru is a LRU (least recently used) cache implementation. Keys and values\
@@ -33,7 +34,6 @@ and values that are used frequently.
%prep
%setup -q -n %{modname}-%{version}
-rm -rf %{modname}.egg-info
%generate_buildrequires
@@ -48,13 +48,16 @@ rm -rf %{modname}.egg-info
%pyproject_save_files repoze
%check
-%pytest repoze/lru/tests.py
+%pyproject_check_import
+%pytest
%files -n python3-repoze-lru -f %{pyproject_files}
%doc README.rst LICENSE.txt COPYRIGHT.txt CONTRIBUTORS.txt
-%{python3_sitelib}/repoze.lru-%{version}-py%{python3_version}-nspkg.pth
%changelog
+* Mon Aug 03 2026 Gwyn Ciesla <gwync@protonmail.com> - 0.8-1
+- 0.8
+
* Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.7-32
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
diff --git a/sources b/sources
index 75643da..f0ab836 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (repoze.lru-0.7.tar.gz) = c4d8b015931c4265fa8559f99c9d5016835574b368ebe0d49fe503afe908020b2bf29836606134e00c6c0aa436d52a00bb73d6ab80e98d0802f54bd2e4686476
+SHA512 (repoze_lru-0.8.tar.gz) = 6c958af8dc885971d8a6f13cccf13d0f0fa5e2d0dd9eda82bb89c736d3ea47676bb29d4d9aa44e489bee622f56780b0fdffb24f26afe862c5d98442643d4b46c
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-03 19:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-03 19:04 [rpms/python-repoze-lru] rawhide: 0.8 Gwyn Ciesla
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox