public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Ankur Sinha (Ankur Sinha Gmail) <sanjay.ankur@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/trash-cli] pr6: Update to latest upstream release and switch to py3 - #1413527
Date: Sun, 20 Sep 2026 13:18:05 GMT	[thread overview]
Message-ID: <178991028589.1.4303445958130143415.rpms-trash-cli-4df537211b15@fedoraproject.org> (raw)

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
 

                 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=178991028589.1.4303445958130143415.rpms-trash-cli-4df537211b15@fedoraproject.org \
    --to=sanjay.ankur@gmail.com \
    --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