public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-uc-micro-py] f45: No longer used by python-linkify-it-py and dead upstream
@ 2026-09-15 16:33 Jerry James
0 siblings, 0 replies; only message in thread
From: Jerry James @ 2026-09-15 16:33 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-15 16:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-15 16:33 [rpms/python-uc-micro-py] f45: No longer used by python-linkify-it-py and dead upstream Jerry James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox