public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/trash-cli] pr6: Update to latest upstream release and switch to py3 - #1413527
@ 2026-09-20 13:18 Ankur Sinha
  0 siblings, 0 replies; only message in thread
From: Ankur Sinha @ 2026-09-20 13:18 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/trash-cli
Branch : pr6
Commit : 4df537211b1573e6695fbbfc13a1cb7a0ea93309
Author : Ankur Sinha (Ankur Sinha Gmail) <sanjay.ankur@gmail.com>
Date   : 2017-05-08T11:57:12+01:00
Stats  : +15/-14 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/trash-cli/c/4df537211b1573e6695fbbfc13a1cb7a0ea93309?branch=pr6

Log:
Update to latest upstream release and switch to py3 - #1413527

---
diff --git a/.gitignore b/.gitignore
index 8869f33..0f1dcf4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ trash-cli-0.11.2.tar.gz
 /trash-cli-0.16.12.26.tar.gz
 /trash-cli-0.16.12.28.tar.gz
 /trash-cli-0.16.12.29.tar.gz
+/trash-cli-0.17.1.14.tar.gz

diff --git a/sources b/sources
index beb6f9a..35431c3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (trash-cli-0.16.12.29.tar.gz) = bd498a12809de8d9c072794fdfcc24717f669fa3c1a9323d8f2156aae22a9959df3f7a9b9ff89ca46abf2307ab8c5931082e74d20c27a5c86587fb096834d7a6
+SHA512 (trash-cli-0.17.1.14.tar.gz) = 9019f1e6b6a937edd6d565b32edbf5c213b63a976154b2e56226ff2e30d7b7824291e701a7334afbaa5cf4e55ba704d380264fa9d1cca2f7fd688c28daa2a63b

diff --git a/trash-cli.spec b/trash-cli.spec
index 0c352f7..b3c14ca 100644
--- a/trash-cli.spec
+++ b/trash-cli.spec
@@ -1,15 +1,15 @@
 Summary:        Command line interface to the freedesktop.org trashcan
 Name:           trash-cli
-Version:        0.16.12.29
-Release:        2%{?dist}
+Version:        0.17.1.14
+Release:        1%{?dist}
 License:        GPLv2+
-Group:          System Environment/Base
 URL  :          https://github.com/andreafrancia/trash-cli
 Source0:        https://files.pythonhosted.org/packages/source/t/%{name}/%{name}-%{version}.tar.gz
 BuildArch:      noarch
-BuildRequires:  python2-setuptools dos2unix python2-devel
-BuildRequires:  python2-nose
-Requires:       python-unipath python2-setuptools
+BuildRequires:  python3-setuptools
+BuildRequires:  python3-devel
+Requires:       python3-unipath
+Requires:       python3-setuptools
 
 %description
 trash-cli provides a command line trash usable with GNOME, KDE, Xfce or any
@@ -20,23 +20,23 @@ compatible with rm and you can use trash-put as an alias to rm.
 %autosetup -n %{name}-%{version}
 
 %build
-%py2_build
+%py3_build
 
 %install
-%py2_install
-
-%check
-nosetests
+%py3_install
 
 %files
 %doc README.rst
 
 %{_bindir}/trash*
-%{python_sitelib}/trashcli/
-%{python_sitelib}/trash_cli-*-py*.egg-info
+%{python3_sitelib}/trashcli/
+%{python3_sitelib}/trash_cli-*-py*.egg-info
 %{_mandir}/man1/trash-*
 
 %changelog
+* Fri May 5 2017 Jan Beran <jberan@redhat.com> 0.17.1.14-1
+- Latest Python 3 upstream version
+
 * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.16.12.29-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
 

^ 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: Update to latest upstream release and switch to py3 - #1413527 Ankur Sinha

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox