public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Samyak Jain <samyak.jn11@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/python-ttystatus] rawhide: Retiring properly, long not maintained ref: https://forge.fedoraproject.org/releng/tickets/issues/13262
Date: Mon, 13 Jul 2026 08:41:52 GMT	[thread overview]
Message-ID: <178393211237.1.11306517934690550780.rpms-python-ttystatus-5b337ff6eae2@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/python-ttystatus
Branch : rawhide
Commit : 5b337ff6eae2d74c3e47819a2b02ac31d6c96f7c
Author : Samyak Jain <samyak.jn11@gmail.com>
Date   : 2026-07-13T14:11:44+05:30
Stats  : +1/-172 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/python-ttystatus/c/5b337ff6eae2d74c3e47819a2b02ac31d6c96f7c?branch=rawhide

Log:
Retiring properly, long not maintained ref: https://forge.fedoraproject.org/releng/tickets/issues/13262

---
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 476f7af..0000000
--- a/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-/python-ttystatus_0.38.orig.tar.xz

diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..d20888d
--- /dev/null
+++ b/dead.package
@@ -0,0 +1 @@
+Retiring properly, long not maintained ref: https://forge.fedoraproject.org/releng/tickets/issues/13262

diff --git a/python-ttystatus.spec b/python-ttystatus.spec
deleted file mode 100644
index f0f9119..0000000
--- a/python-ttystatus.spec
+++ /dev/null
@@ -1,170 +0,0 @@
-%global pkgname ttystatus
-
-Name:           python-%{pkgname}
-Version:        0.38
-Release:        3%{?dist}
-Summary:        Progress and status updates on terminals for Python
-
-# Automatically converted from old format: GPLv3+ - review is highly recommended.
-License:        GPL-3.0-or-later
-URL:            http://liw.fi/%{pkgname}/
-Source0:        http://code.liw.fi/debian/pool/main/p/%{name}/%{name}_%{version}.orig.tar.xz
-
-BuildArch:      noarch
-
-%global _description\
-ttystatus is a Python library for showing progress reporting and\
-status updates on terminals, for (Unix) command line programs. Output\
-is automatically adapted to the width of the terminal: truncated if it\
-does not fit, and re-sized if the terminal size changes.\
-\
-Output is provided via widgets. Each widgets formats some data into a\
-suitable form for output. It gets the data either via its initializer,\
-or from key/value pairs maintained by the master object. The values\
-are set by the user. Every time a value is updated, widgets get\
-updated (although the terminal is only updated every so often to give\
-user time to actually read the output).\
-
-
-%description %_description
-
-%package -n python2-%{pkgname}
-Summary:        %summary
-BuildRequires:  python2-devel
-BuildRequires:  python2-coverage-test-runner
-BuildRequires:  python2-pep8
-%{?python_provide:%python_provide python2-%{pkgname}}
-
-%description -n python2-%{pkgname} %_description
-
-
-%package -n python3-%{pkgname}
-Summary:        %summary
-BuildRequires:  python3-devel
-BuildRequires:  python3-coverage-test-runner
-BuildRequires:  python3-pep8
-%{?python_provide:%python_provide python3-%{pkgname}}
-
-%description -n python3-%{pkgname} %_description
-
-
-%prep
-%autosetup
-
-
-%build
-%py2_build
-%py3_build
-
-
-%install
-%py2_install
-%py3_install
-
-
-%check
-# CoverageTestRunner trips up on build directory;
-# since we've already done the install phase, remove it first
-rm -rf build
-%{__python2} -m CoverageTestRunner --ignore-missing-from=without-tests
-rm -rf .coverage
-%{__python3} -m CoverageTestRunner --ignore-missing-from=without-tests
-rm -rf .coverage
-
-
-%files -n python2-%{pkgname}
-%license COPYING
-%doc NEWS README
-%{python2_sitelib}/*
-
-%files -n python3-%{pkgname}
-%license COPYING
-%doc NEWS README
-%{python3_sitelib}/*
-
-
-%changelog
-* Thu Jul 25 2024 Miroslav Suchý <msuchy@redhat.com> - 0.38-3
-- convert license to SPDX
-
-* Tue Jul 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.38-2
-- Second attempt - Rebuilt for
-  https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
-
-* Mon Jan 21 2019 Michel Alexandre Salim <salimma@fedoraproject.org> - 0.38-1
-- Update to 0.38
-- Also build for Python 3
-
-* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.34-8
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
-
-* Fri Feb 09 2018 Iryna Shcherbina <ishcherb@redhat.com> - 0.34-7
-- Update Python 2 dependency declarations to new packaging standards
-  (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
-
-* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.34-6
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
-
-* Tue Aug 22 2017 Iryna Shcherbina <ishcherb@redhat.com> - 0.34-5
-- Add a build-time dependency on python2-devel and modernize spec file
-
-* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 0.34-4
-- Python 2 binary package renamed to python2-ttystatus
-  See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
-
-* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.34-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
-
-* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.34-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
-
-* Mon Jan  9 2017 Michel Alexandre Salim <salimma@fedoraproject.org> - 0.34-1
-- Update to 0.34
-
-* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.32-2
-- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
-
-* Mon Feb 15 2016 Michel Alexandre Salim <salimma@fedoraproject.org> - 0.32-1
-- Update to 0.32
-
-* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.26-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
-
-* Tue Oct  6 2015 Michel Salim <salimma@fedoraproject.org> - 0.26-1
-- Upgrade to 0.26
-
-* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.23-4
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
-
-* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.23-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
-
-* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.23-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
-
-* Thu Jul  4 2013 Michel Salim <salimma@fedoraproject.org> - 0.23-1
-- Update to 0.23
-
-* Fri Mar 15 2013 Michel Salim <salimma@fedoraproject.org> - 0.22-1
-- Update to 0.22
-
-* Mon Feb 25 2013 Michel Salim <salimma@fedoraproject.org> - 0.21-1
-- Update to 0.21
-
-* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.19-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
-
-* Thu Oct 18 2012 Michel Salim <salimma@fedoraproject.org> - 0.19-1
-- Update to 0.19
-
-* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.18-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
-
-* Thu Jun  7 2012 Michel Salim <salimma@fedoraproject.org> - 0.18-2
-- Remove deprecated %%{python_sitelib} declaration
-- Delete build directory before doing coverage tests; the coverage
-  exclusion list does not include the built version of the excluded
-  modules
-
-* Sun Jun  3 2012 Michel Salim <salimma@fedoraproject.org> - 0.18-1
-- Initial package

diff --git a/sources b/sources
deleted file mode 100644
index fb24a42..0000000
--- a/sources
+++ /dev/null
@@ -1 +0,0 @@
-SHA512 (python-ttystatus_0.38.orig.tar.xz) = 6a77d32f29bf08f619ebba2c514503b062990fa2c68862838751dc02a1e0ab19fa95e85262a940f679d75f09ffae75c680df10ae61384ca39714935e693fe287

                 reply	other threads:[~2026-07-13  8:41 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=178393211237.1.11306517934690550780.rpms-python-ttystatus-5b337ff6eae2@fedoraproject.org \
    --to=samyak.jn11@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