diff --git a/.gitignore b/.gitignore index e70777c..eee5114 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -/v2.*.tar.gz +/v*.tar.gz +/pymodbus-*.tar.gz diff --git a/pymodbus.spec b/pymodbus.spec index 5eb6b61..06c5b76 100644 --- a/pymodbus.spec +++ b/pymodbus.spec @@ -21,13 +21,13 @@ Server Features \ * A number of backing contexts (database, redis, a slave device) Name: pymodbus -Version: 2.5.3 -Release: 4%{?dist} +Version: 3.0.0 +Release: 1%{?dist} Summary: %{sum} License: BSD URL: https://github.com/riptideio/pymodbus -Source0: https://github.com/riptideio/pymodbus/archive/v%{version}.tar.gz +Source0: https://github.com/riptideio/pymodbus/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel @@ -40,7 +40,6 @@ Summary: %{sum} %{?python_provide:%python_provide python3-%{name}} BuildRequires: python3-setuptools python3-six -Requires: python3-twisted >= 12.2.0 Requires: python3-pyserial >= 2.6 # weak requirements for pymodbus.console Recommends: python3-pyserial >= 3.4 @@ -52,7 +51,9 @@ Recommends: python3-click %prep -%setup -q -n %{name}-%{version} +%autosetup -p1 +# Fix version problem with 3.0.0 GA release +sed -i 's#, "rc1"##' pymodbus/version.py %build %py3_build @@ -71,6 +72,9 @@ rm -rf $RPM_BUILD_ROOT%{python3_sitelib}/test %{python3_sitelib}/%{name}-%{version}-py%{python3_version}.egg-info/ %changelog +* Sat Oct 15 2022 Peter Robinson - 3.0.0-1 +- Update to 3.0.0 + * Fri Jul 22 2022 Fedora Release Engineering - 2.5.3-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild diff --git a/sources b/sources index 6bebf8b..b51bb46 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v2.5.3.tar.gz) = 45514224a27c93f21d16cc596a89432e800fd3eb64f22d4c4937720f5e451c490c35f059d8eccb54ad387c4102b2ae7b1e1a71a80ed517150d7b5fb455a5880a +SHA512 (pymodbus-3.0.0.tar.gz) = 1fba53c7ca742a483348e459b1fd699a6bd41cd40f4a4aab70762647adf4c5829f1f73754cb4fa0e6137a84e6cf2530853101e965cd0c78625a3bd47b621a6b7