From 5957379f4716ef8505de07197565e8ed78254320 Mon Sep 17 00:00:00 2001 From: FrantiĊĦek Zatloukal Date: May 10 2023 09:08:10 +0000 Subject: Bump to blinker 1.6.2 --- diff --git a/.gitignore b/.gitignore index 07c4e4e..8d509ab 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /blinker-1.3.tar.gz /blinker-1.4.tar.gz /blinker-1.5.tar.gz +/blinker-1.6.2.tar.gz diff --git a/python-blinker.spec b/python-blinker.spec index e10b974..02da008 100644 --- a/python-blinker.spec +++ b/python-blinker.spec @@ -1,18 +1,21 @@ %global mod_name blinker Name: python-blinker -Version: 1.5 -Release: 2%{?dist} +Version: 1.6.2 +Release: 1%{?dist} Summary: Fast, simple object-to-object and broadcast signaling License: MIT -URL: https://pythonhosted.org/blinker/ -Source0: %{pypi_source blinker} +URL: https://github.com/pallets-eco/blinker +Source0: %{url}/archive/%{version}/%{mod_name}-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel -BuildRequires: python3-setuptools -BuildRequires: pytest + +# Tests +BuildRequires: python3dist(pytest) +BuildRequires: python3dist(tox) +BuildRequires: python3dist(tox-current-env) %global _description\ Blinker provides a fast dispatching system that allows any number\ @@ -29,25 +32,31 @@ Blinker provides a fast dispatching system that allows any number of interested parties to subscribe to events, or "signals". %prep -%setup -q -n %{mod_name}-%{version} +%autosetup -n %{mod_name}-%{version} +%generate_buildrequires +# requirements in tests.txt are way too tight +%pyproject_buildrequires requirements/tests.in %build -%py3_build +%pyproject_wheel %install -%py3_install +%pyproject_install +%pyproject_save_files %{mod_name} %check -%pytest +%tox -%files -n python3-blinker -%doc docs/ CHANGES.rst LICENSE.rst README.rst PKG-INFO -%{python3_sitelib}/*.egg-info -%{python3_sitelib}/%{mod_name} +%files -n python3-blinker -f %{pyproject_files} +%doc CHANGES.rst LICENSE.rst README.rst %changelog +* Wed May 10 2023 Frantisek Zatloukal - 1.6.2-1 +- Bump to blinker 1.6.2 (fixes RHBZ#2183824 ) +- Convert spec to pyproject + * Fri Jan 20 2023 Fedora Release Engineering - 1.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild diff --git a/sources b/sources index 0e56163..c8aaa9c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (blinker-1.5.tar.gz) = b1880fdc974be63e16e2b826bdbc8ee161bc0234591b8b41deed937a1e1b9d0bf1fb697c8e94644de9cc1900aedd39d08cfc3e59fef51abec295552f96418722 +SHA512 (blinker-1.6.2.tar.gz) = 2de63b2b33bc77718a51689524a3272279f9471f1fd6b7cd9c0822118098555190e2351208415064b49b4101fdf8996bc6db67603a86665bad644b2314f5a8ba