public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: David Auer <dreua@posteo.de>
To: git-commits@fedoraproject.org
Subject: [rpms/trash-cli] pr6: Lift version requirement of virtualenv
Date: Sun, 20 Sep 2026 13:18:27 GMT	[thread overview]
Message-ID: <178991030706.1.1945569780156089445.rpms-trash-cli-787ca0156624@fedoraproject.org> (raw)

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]

                 reply	other threads:[~2026-09-20 13:18 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=178991030706.1.1945569780156089445.rpms-trash-cli-787ca0156624@fedoraproject.org \
    --to=dreua@posteo.de \
    --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