diff --git a/pyparted.spec b/pyparted.spec index 05db7fa87c4334e01c875980d066f3ce4a556f54..6f3ef14ea2ba647a91bc9cb95b0c9fdd961bde91 100644 --- a/pyparted.spec +++ b/pyparted.spec @@ -2,13 +2,13 @@ Name: pyparted Epoch: 1 -Version: 3.12.0 +Version: 3.13.0 Release: %{anolis_release}%{?dist} Summary: Python bindings for GNU parted (libparted) License: GPLv2+ URL: https://github.com/dcantrell/pyparted -Source0: https://github.com/dcantrell/pyparted/archive/refs/tags/v3.12.0.tar.gz +Source0: https://github.com/dcantrell/pyparted/archive/refs/tags/v3.13.0.tar.gz BuildRequires: make BuildRequires: gcc @@ -48,13 +48,16 @@ PYTHON=python3 make test %files -n python3-pyparted -%license COPYING -%doc AUTHORS NEWS README TODO +%license LICENSE +%doc AUTHORS NEWS README.md TODO %{python3_sitearch}/_ped.*.so %{python3_sitearch}/parted %{python3_sitearch}/%{name}-%{version}-*.egg-info %changelog +* Thu Nov 30 2023 Wenlong Zhang - 3.13.0-1 +- update to 3.13.0 + * Wed Apr 13 2022 happy_orange - 3.12.0-1 - Init package from upstream 3.12.0 diff --git a/v3.12.0.tar.gz b/v3.12.0.tar.gz deleted file mode 100644 index 582424c02e72f1df195d8652cfbc52b0d8a1b501..0000000000000000000000000000000000000000 Binary files a/v3.12.0.tar.gz and /dev/null differ diff --git a/v3.13.0.tar.gz b/v3.13.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..bdb50f6cfbd33cfca3e8ff47a69c8ce53cbaca4a Binary files /dev/null and b/v3.13.0.tar.gz differ