public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/trash-cli] pr6: Lift version requirement of virtualenv
@ 2026-09-20 13:18 David Auer
0 siblings, 0 replies; only message in thread
From: David Auer @ 2026-09-20 13:18 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/trash-cli
Branch : pr6
Commit : 787ca015662440f884e17151a4fe23340d4a1345
Author : David Auer <dreua@posteo.de>
Date : 2025-01-19T16:53:55+01:00
Stats : +14/-0 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/trash-cli/c/787ca015662440f884e17151a4fe23340d4a1345?branch=pr6
Log:
Lift version requirement of virtualenv
---
diff --git a/.gitignore b/.gitignore
index d495c84..01e3977 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,4 @@
/trash-cli-*.tar.gz
/trash_cli-0.24.5.26.tar.gz
+trash-cli-*-build/
+trash-cli-*.buildreqs.nosrc.rpm
diff --git a/trash-cli.spec b/trash-cli.spec
index 9c6a25f..0a54ec8 100644
--- a/trash-cli.spec
+++ b/trash-cli.spec
@@ -5,6 +5,7 @@ Release: %autorelease
License: GPL-2.0-or-later
URL : https://github.com/andreafrancia/trash-cli
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
+Patch1: virtualenv-versionlift.patch
BuildArch: noarch
BuildRequires: python3-devel
diff --git a/virtualenv-versionlift.patch b/virtualenv-versionlift.patch
new file mode 100644
index 0000000..c3ce467
--- /dev/null
+++ b/virtualenv-versionlift.patch
@@ -0,0 +1,11 @@
+diff --git a/tox.ini b/tox.ini
+index 61c6de6..8ab184f 100644
+--- a/tox.ini
++++ b/tox.ini
+@@ -1,5 +1,5 @@
+ [tox]
+-requires = virtualenv<20.22.0
++requires = virtualenv<21.00.0
+ envlist = py27, py310
+
+ [testenv]
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-20 13:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-20 13:18 [rpms/trash-cli] pr6: Lift version requirement of virtualenv David Auer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox