diff --git a/3.15.3.tar.gz b/3.15.3.tar.gz deleted file mode 100644 index a2b3dad3c0e1d6bc85c0d0c93e5ac8c7918e1df3..0000000000000000000000000000000000000000 Binary files a/3.15.3.tar.gz and /dev/null differ diff --git a/peewee-3.15.4.tar.gz b/peewee-3.15.4.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..ee9c893c21b9fe81164763cbef920e6ff581ba53 Binary files /dev/null and b/peewee-3.15.4.tar.gz differ diff --git a/python-peewee.spec b/python-peewee.spec index 00be361d3c5fa9067fccdc0bc9060f1e82929efb..381151cafd994e7f830d67aeef5b1a4fa7d4bb94 100644 --- a/python-peewee.spec +++ b/python-peewee.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-peewee -Version: 3.15.3 +Version: 3.15.4 Release: 1 Summary: a little orm License: MIT URL: https://github.com/coleifer/peewee/ -Source0: https://github.com/coleifer/peewee/archive/refs/tags/3.15.3.tar.gz +Source0: https://files.pythonhosted.org/packages/17/c8/8035f2155832580d786c35cb1ce0a89d80a67be522f620878fc294742905/peewee-3.15.4.tar.gz BuildArch: noarch @@ -14,7 +14,7 @@ Peewee is a simple and small ORM. It has few (but expressive) concepts, making i %package -n python3-peewee Summary: a little orm -Provides: python-peewee +Provides: python-peewee = %{version}-%{release} BuildRequires: python3-devel BuildRequires: python3-setuptools %description -n python3-peewee @@ -27,7 +27,7 @@ Provides: python3-peewee-doc Peewee is a simple and small ORM. It has few (but expressive) concepts, making it easy to learn and intuitive to use. %prep -%autosetup -n peewee-3.15.3 +%autosetup -n peewee-%{version} %build %py3_build @@ -67,6 +67,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Feb 07 2023 jiangxinyu - 3.15.4-1 +- Update package to version 3.15.4 + * Mon Nov 14 2022 lvfei - 3.15.3-1 - Update to 3.15.3