!2 update to 0.5.3

From: @jackssir 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2022-11-15 01:27:41 +00:00 committed by Gitee
commit 12fb7b275a
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 6 additions and 3 deletions

Binary file not shown.

BIN
patsy-0.5.3.tar.gz Normal file

Binary file not shown.

View File

@ -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 <lvfei@kylinos.cn> - 0.5.3-1
- update to 0.5.3
* Thu Dec 16 2021 Python_Bot <Python_Bot@openeuler.org> - 0.5.2-1
- Package Init