public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jerry James <loganjerry@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/python-uc-micro-py] f45: No longer used by python-linkify-it-py and dead upstream
Date: Tue, 15 Sep 2026 16:33:13 GMT	[thread overview]
Message-ID: <178948999388.1.9124219669271390965.rpms-python-uc-micro-py-60a5b227f903@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/python-uc-micro-py
Branch : f45
Commit : 60a5b227f9034f4bfdc1bbdd16ad3edf9d149bf9
Author : Jerry James <loganjerry@gmail.com>
Date   : 2026-09-15T10:30:23-06:00
Stats  : +1/-102 in 6 file(s)
URL    : https://src.fedoraproject.org/rpms/python-uc-micro-py/c/60a5b227f9034f4bfdc1bbdd16ad3edf9d149bf9?branch=f45

Log:
No longer used by python-linkify-it-py and dead upstream

---
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index c308dad..0000000
--- a/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-/uc.micro-py-*.tar.gz

diff --git a/README.md b/README.md
deleted file mode 100644
index 0be4220..0000000
--- a/README.md
+++ /dev/null
@@ -1,5 +0,0 @@
-# python-uc-micro-py
-
-Micro subset of Unicode data files for
-[linkify-it-py](https://github.com/tsutsu3/linkify-it-py) projects.  This is a
-Python port of [uc.micro](https://github.com/markdown-it/uc.micro).

diff --git a/changelog b/changelog
deleted file mode 100644
index 492fce3..0000000
--- a/changelog
+++ /dev/null
@@ -1,54 +0,0 @@
-* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.3-10
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
-
-* Fri Oct 17 2025 Jerry James <loganjerry@gmail.com> - 1.0.3-9
-- Do not run coverage tools in RPM builds
-- Use the pyproject declarative buildsystem
-
-* Fri Sep 19 2025 Python Maint <python-maint@redhat.com> - 1.0.3-8
-- Rebuilt for Python 3.14.0rc3 bytecode
-
-* Fri Aug 15 2025 Python Maint <python-maint@redhat.com> - 1.0.3-7
-- Rebuilt for Python 3.14.0rc2 bytecode
-
-* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.3-6
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
-
-* Mon Jun 02 2025 Python Maint <python-maint@redhat.com> - 1.0.3-5
-- Rebuilt for Python 3.14
-
-* Sat Jan 18 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.3-4
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
-
-* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.3-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
-
-* Fri Jun 07 2024 Python Maint <python-maint@redhat.com> - 1.0.3-2
-- Rebuilt for Python 3.13
-
-* Fri Feb  9 2024 Jerry James <loganjerry@gmail.com> - 1.0.3-1
-- Version 1.0.3
-
-* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-5
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
-
-* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-4
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
-
-* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
-
-* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 1.0.2-2
-- Rebuilt for Python 3.12
-
-* Tue May  2 2023 Jerry James <loganjerry@gmail.com> - 1.0.2-1
-- Version 1.0.2
-
-* Thu Feb 23 2023 Jerry James <loganjerry@gmail.com> - 1.0.1-2
-- Dynamically generate BuildRequires
-
-* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
-
-* Thu Aug 25 2022 Jerry James <loganjerry@gmail.com> - 1.0.1-1
-- Initial RPM

diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..bfe965a
--- /dev/null
+++ b/dead.package
@@ -0,0 +1 @@
+No longer used by python-linkify-it-py and dead upstream

diff --git a/python-uc-micro-py.spec b/python-uc-micro-py.spec
deleted file mode 100644
index c717dd2..0000000
--- a/python-uc-micro-py.spec
+++ /dev/null
@@ -1,41 +0,0 @@
-Name:           python-uc-micro-py
-Version:        2.0.0
-Release:        %autorelease
-Summary:        Micro subset of Unicode data files for linkify-it.py projects
-
-License:        MIT
-URL:            https://github.com/tsutsu3/uc.micro-py
-VCS:            git:%{url}.git
-Source:         %{url}/archive/v%{version}/uc.micro-py-%{version}.tar.gz
-
-BuildArch:      noarch
-BuildSystem:    pyproject
-BuildOption(generate_buildrequires): -x test
-BuildOption(install): -l uc_micro
-
-%global _description %{expand:Micro subset of Unicode data files for linkify-it.py projects.  This is a
-Python port of uc.micro (https://github.com/markdown-it/uc.micro).}
-
-%description
-%_description
-
-%package     -n python3-uc-micro-py
-Summary:        Micro subset of Unicode data files for linkify-it.py projects
-
-%description -n python3-uc-micro-py
-%_description
-
-%prep
-%autosetup -n uc.micro-py-%{version}
-
-# Do not run coverage tools in RPM builds
-%pyproject_patch_dependency pytest-cov:ignore
-
-%check
-%pytest -v
-
-%files -n python3-uc-micro-py -f %{pyproject_files}
-%doc CHANGELOG.md README.md
-
-%changelog
-%autochangelog

diff --git a/sources b/sources
deleted file mode 100644
index c5a0872..0000000
--- a/sources
+++ /dev/null
@@ -1 +0,0 @@
-SHA512 (uc.micro-py-2.0.0.tar.gz) = 38116f07f1a0931091d7697eb778872e31eab48e1311745587582e29f28005d56712c16eafcd30f9d862fbef2563cf834de40c56bb5ff80122a9bd941eeafad7

                 reply	other threads:[~2026-09-15 16:33 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=178948999388.1.9124219669271390965.rpms-python-uc-micro-py-60a5b227f903@fedoraproject.org \
    --to=loganjerry@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