public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-XStatic-Angular-UUID] rawhide: Retired: Fails to install: https://forge.fedoraproject.org/releng/tickets/issues/13473
@ 2026-08-18 13:37 
  0 siblings, 0 replies; only message in thread
From:  @ 2026-08-18 13:37 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/python-XStatic-Angular-UUID
Branch : rawhide
Commit : 7d407193b03414368d345b6a0d2650261d7ccf96
Author : Miro Hrončok <miro@hroncok.cz>
Date   : 2026-08-18T15:36:58+02:00
Stats  : +1/-196 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/python-XStatic-Angular-UUID/c/7d407193b03414368d345b6a0d2650261d7ccf96?branch=rawhide

Log:
Retired: Fails to install: https://forge.fedoraproject.org/releng/tickets/issues/13473

---
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 13af7e4..0000000
--- a/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-/XStatic-Angular-UUID-0.0.4.0.tar.gz

diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..d035a64
--- /dev/null
+++ b/dead.package
@@ -0,0 +1 @@
+Retired: Fails to install: https://forge.fedoraproject.org/releng/tickets/issues/13473

diff --git a/python-XStatic-Angular-UUID.spec b/python-XStatic-Angular-UUID.spec
deleted file mode 100644
index 2211ff7..0000000
--- a/python-XStatic-Angular-UUID.spec
+++ /dev/null
@@ -1,194 +0,0 @@
-%global pypi_name XStatic-Angular-UUID
-
-Name:           python-%{pypi_name}
-Version:        0.0.4.0
-Release:        33%{?dist}
-Summary:        Angular-UUID (XStatic packaging standard)
-
-License:        MIT
-URL:            https://github.com/munkychop/angular-uuid
-Source0:        https://files.pythonhosted.org/packages/source/X/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
-BuildArch:      noarch
-
-
-%description
-Angular-UUID JavaScript library packaged for setup-tools (easy_install) / pip.
-
-This package is intended to be used by any project that needs these files.
-
-It intentionally does not provide any extra code except some metadata
-nor has any extra requirements.
-
-
-%package -n xstatic-angular-uuid-common
-Summary:        %{summary}
-
-BuildRequires:  web-assets-devel
-Requires:       web-assets-filesystem
-
-%description -n xstatic-angular-uuid-common
-Angular-UUID JavaScript library packaged for setup-tools (easy_install) / pip.
-
-This package is intended to be used by any project that needs these files.
-
-It intentionally does not provide any extra code except some metadata
-nor has any extra requirements.
-
-This package contains the JavaScript files.
-
-
-%package -n python3-%{pypi_name}
-Summary:        %{summary}
-
-BuildRequires:  python3-devel
-BuildRequires:  python3-setuptools
-
-Requires:       python3-XStatic
-Requires:       xstatic-angular-uuid-common
-
-%{?python_provide:%python_provide python3-%{pypi_name}}
-
-%description -n python3-%{pypi_name}
-Angular-UUID JavaScript library packaged for setup-tools (easy_install) / pip.
-
-This package is intended to be used by any project that needs these files.
-
-It intentionally does not provide any extra code except some metadata
-nor has any extra requirements.
-
-This package provides Python 3 build of %{pypi_name}.
-
-
-%prep
-%autosetup -n %{pypi_name}-%{version}
-# Remove bundled egg-info
-rm -rf %{pypi_name}.egg-info
-
-# Patch to use webassets directory
-sed -i "s|^BASE_DIR = .*|BASE_DIR = '%{_jsdir}/angular_uuid'|" xstatic/pkg/angular_uuid/__init__.py
-
-
-%build
-%py3_build
-
-
-%install
-%py3_install
-
-mkdir -p %{buildroot}/%{_jsdir}/angular_uuid
-mv %{buildroot}/%{python3_sitelib}/xstatic/pkg/angular_uuid/data/angular-uuid.js %{buildroot}/%{_jsdir}/angular_uuid
-rmdir %{buildroot}%{python3_sitelib}/xstatic/pkg/angular_uuid/data/
-
-
-
-%files -n xstatic-angular-uuid-common
-%doc README.txt
-%{_jsdir}/angular_uuid
-
-%files -n python3-%{pypi_name}
-%doc README.txt
-%{python3_sitelib}/xstatic/pkg/angular_uuid
-%{python3_sitelib}/XStatic_Angular_UUID-%{version}-py3.*.egg-info
-%{python3_sitelib}/XStatic_Angular_UUID-%{version}-py3.*-nspkg.pth
-
-
-%changelog
-* Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.4.0-33
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
-
-* Wed Jun 03 2026 Python Maint <python-maint@redhat.com> - 0.0.4.0-32
-- Rebuilt for Python 3.15
-
-* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.4.0-31
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
-
-* Fri Sep 19 2025 Python Maint <python-maint@redhat.com> - 0.0.4.0-30
-- Rebuilt for Python 3.14.0rc3 bytecode
-
-* Fri Aug 15 2025 Python Maint <python-maint@redhat.com> - 0.0.4.0-29
-- Rebuilt for Python 3.14.0rc2 bytecode
-
-* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.4.0-28
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
-
-* Mon Jun 02 2025 Python Maint <python-maint@redhat.com> - 0.0.4.0-27
-- Rebuilt for Python 3.14
-
-* Sat Jan 18 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.4.0-26
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
-
-* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.4.0-25
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
-
-* Fri Jun 07 2024 Python Maint <python-maint@redhat.com> - 0.0.4.0-24
-- Rebuilt for Python 3.13
-
-* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.4.0-23
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
-
-* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.4.0-22
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
-
-* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.4.0-21
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
-
-* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 0.0.4.0-20
-- Rebuilt for Python 3.12
-
-* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.4.0-19
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
-
-* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.4.0-18
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
-
-* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.0.4.0-17
-- Rebuilt for Python 3.11
-
-* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.4.0-16
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
-
-* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.4.0-15
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
-
-* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.0.4.0-14
-- Rebuilt for Python 3.10
-
-* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.4.0-13
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
-
-* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.4.0-12
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
-
-* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 0.0.4.0-11
-- Rebuilt for Python 3.9
-
-* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.4.0-10
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
-
-* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 0.0.4.0-9
-- Rebuilt for Python 3.8.0rc1 (#1748018)
-
-* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 0.0.4.0-8
-- Rebuilt for Python 3.8
-
-* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.4.0-7
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
-
-* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.4.0-6
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
-
-* Thu Oct 11 2018 Miro Hrončok <mhroncok@redhat.com> - 0.0.4.0-5
-- Python2 binary package has been removed
-  See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal
-
-* Fri Jul 20 2018 Radomir Dopieralski <openstack@sheep.art.pl> 0.0.4.0-4
-- use "with python3" consistently
-
-* Fri Jul 20 2018 Radomir Dopieralski <openstack@sheep.art.pl> 0.0.4.0-3
-- python2_version and python3_version unavailable, use hardcoded versions
-
-* Fri Jul 20 2018 Radomir Dopieralski <openstack@sheep.art.pl> 0.0.4.0-2
-- Switch conditionals to bcond_with
-
-* Thu Jul 12 2018 Radomir Dopieralski <rdopiera@redhat.com) - 0.0.4.0-1
-- Initial package

diff --git a/sources b/sources
deleted file mode 100644
index 7e71512..0000000
--- a/sources
+++ /dev/null
@@ -1 +0,0 @@
-SHA512 (XStatic-Angular-UUID-0.0.4.0.tar.gz) = fe8916c10405e2a24aabddc545986f94d7224d7ff8dd4d93615ac019cc67963fb3caff669d432f0a201b7b3ff4f4a828403dc7ff3b8e92e380684f07db9e9cfe

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-18 13:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-18 13:37 [rpms/python-XStatic-Angular-UUID] rawhide: Retired: Fails to install: https://forge.fedoraproject.org/releng/tickets/issues/13473 

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