Bump to python3-zipp 3.17.0 accepted/tizen_unified accepted/tizen_unified_dev accepted/tizen_unified_x tizen accepted/tizen/unified/20240627.103654 accepted/tizen/unified/dev/20240701.072718 accepted/tizen/unified/x/20240627.090527
authorDongHun Kwak <dh0128.kwak@samsung.com>
Fri, 29 Dec 2023 02:30:11 +0000 (11:30 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Fri, 29 Dec 2023 02:30:11 +0000 (11:30 +0900)
Change-Id: I1a902a290e213ee67d6330e1aceb949de11f806c

packaging/python3-zipp.manifest [new file with mode: 0644]
packaging/python3-zipp.spec [new file with mode: 0644]
packaging/zipp-3.17.0-py3-none-any.whl [new file with mode: 0755]

diff --git a/packaging/python3-zipp.manifest b/packaging/python3-zipp.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
diff --git a/packaging/python3-zipp.spec b/packaging/python3-zipp.spec
new file mode 100644 (file)
index 0000000..99c5370
--- /dev/null
@@ -0,0 +1,34 @@
+Name:           python3-zipp
+Version:        3.17.0
+Release:        1
+Summary:        Backport of pathlib-compatible object wrapper for zip files
+License:        MIT
+Group:          Development/Languages/Python
+Source:         zipp-%{version}.tar.gz
+Source1001:     %{name}.manifest
+Source1002:     zipp-3.17.0-py3-none-any.whl
+
+BuildRequires:  pkgconfig(python3)
+BuildRequires:  python3-pip
+
+BuildArch:      noarch
+
+%description
+Backport of pathlib-compatible object wrapper for zip files
+
+
+%prep
+%setup -q -n zipp-%{version}
+
+%build
+cp %{SOURCE1001} .
+
+%install
+%{_bindir}/python3 -m pip install --root %{buildroot} %{SOURCE1002}
+
+%files
+%manifest %{name}.manifest
+%license LICENSE
+%{python3_sitelib}/zipp/*.py
+%{python3_sitelib}/zipp/__pycache__/*
+%{python3_sitelib}/zipp-%{version}.dist-info/*
diff --git a/packaging/zipp-3.17.0-py3-none-any.whl b/packaging/zipp-3.17.0-py3-none-any.whl
new file mode 100755 (executable)
index 0000000..ead23a5
Binary files /dev/null and b/packaging/zipp-3.17.0-py3-none-any.whl differ