From 49cd0ca8918d9708d4919aa270e5cb5105429537 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 7 Nov 2022 10:40:58 +0000 Subject: [PATCH 1/3] Added the README --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..2e5959b --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# python-pyclip + +The python-pyclip package From a4b60a3d6a679e8127ef2c2a2382a0018ef40771 Mon Sep 17 00:00:00 2001 From: Alessandro Astone Date: Mon, 7 Nov 2022 23:40:45 +0100 Subject: [PATCH 2/3] Initial import (fedora#2120129). --- .gitignore | 1 + python-pyclip.spec | 52 ++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 54 insertions(+) create mode 100644 .gitignore create mode 100644 python-pyclip.spec create mode 100644 sources diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c9b5af8 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/pyclip-0.7.0.tar.gz diff --git a/python-pyclip.spec b/python-pyclip.spec new file mode 100644 index 0000000..4588579 --- /dev/null +++ b/python-pyclip.spec @@ -0,0 +1,52 @@ +Name: python-pyclip +Version: 0.7.0 +Release: 1%{?dist} +Summary: Cross-platform Clipboard module for Python with binary support + +License: ASL 2.0 +URL: https://github.com/spyoungtech/pyclip +Source: %{url}/archive/v%{version}/pyclip-%{version}.tar.gz + +BuildArch: noarch +BuildRequires: python3-devel + +%global _description \ +Cross-platform Clipboard module for Python with binary support + +%description %{_description} + +%package -n python3-pyclip +Summary: %{summary} + +%description -n python3-pyclip %{_description} + +%prep +%autosetup -p1 -n pyclip-%{version} + +%generate_buildrequires +%pyproject_buildrequires + +%build +%pyproject_wheel + +%install +%pyproject_install +%pyproject_save_files pyclip + +%files -n python3-pyclip -f %{pyproject_files} +%license LICENSE +%doc docs/README.md +%{_bindir}/pyclip + +%changelog +* Thu Nov 03 2022 Alessandro Astone - 0.7.0-1 +- Update to v0.7.0 + +* Sat Mar 19 2022 Alessandro Astone - 0.6.0-1 +- Update to v0.6.0 + +* Tue Mar 08 2022 Alessandro Astone - 0.5.4-2 +- Use wl-clipboard + +* Mon Mar 07 2022 Alessandro Astone - 0.5.4-1 +- Initial RPM release diff --git a/sources b/sources new file mode 100644 index 0000000..efdc63d --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (pyclip-0.7.0.tar.gz) = 64849befe020b0ac38aa8ed93ceb7fb275112aa49ae527fc54916ea591e09ce5a1a669d8f68083b098112a90fd36f71d2abeef6c3a8908e6cde20f04b0273877 From 0168f49d9edb66ebd4709477fe11757c7461f394 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 20 Jan 2023 15:57:50 +0000 Subject: [PATCH 3/3] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- python-pyclip.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-pyclip.spec b/python-pyclip.spec index 4588579..b00ae37 100644 --- a/python-pyclip.spec +++ b/python-pyclip.spec @@ -1,6 +1,6 @@ Name: python-pyclip Version: 0.7.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Cross-platform Clipboard module for Python with binary support License: ASL 2.0 @@ -39,6 +39,9 @@ Summary: %{summary} %{_bindir}/pyclip %changelog +* Fri Jan 20 2023 Fedora Release Engineering - 0.7.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Thu Nov 03 2022 Alessandro Astone - 0.7.0-1 - Update to v0.7.0