diff --git a/patsy-0.5.2.tar.gz b/patsy-0.5.2.tar.gz deleted file mode 100644 index ee2e2fd..0000000 Binary files a/patsy-0.5.2.tar.gz and /dev/null differ diff --git a/patsy-0.5.3.tar.gz b/patsy-0.5.3.tar.gz new file mode 100644 index 0000000..b81a2b8 Binary files /dev/null and b/patsy-0.5.3.tar.gz differ diff --git a/python-patsy.spec b/python-patsy.spec index bacea3f..c0767fd 100644 --- a/python-patsy.spec +++ b/python-patsy.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-patsy -Version: 0.5.2 +Version: 0.5.3 Release: 1 Summary: A Python package for describing statistical models and for building design matrices. License: BSD-2-Clause URL: https://github.com/pydata/patsy -Source0: https://files.pythonhosted.org/packages/af/dd/2041fbf661e823599f868c064804e20895b8a98ff428f97bea472734eb5e/patsy-0.5.2.tar.gz +Source0: https://github.com/pydata/patsy/archive/refs/tags/patsy-0.5.3.tar.gz BuildArch: noarch Requires: python3-six @@ -38,7 +38,7 @@ models, or models that have a linear component) and building design matrices. Patsy brings the convenience of R "formulas" to Python. %prep -%autosetup -n patsy-0.5.2 +%autosetup -n patsy-0.5.3 %build %py3_build @@ -78,5 +78,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Nov 14 2022 lvfei - 0.5.3-1 +- update to 0.5.3 + * Thu Dec 16 2021 Python_Bot - 0.5.2-1 - Package Init