!4 Update package to version 0.14.0
From: @jxy_git Reviewed-by: @yangzhao_kl Signed-off-by: @yangzhao_kl
This commit is contained in:
commit
569e960612
@ -1,32 +0,0 @@
|
|||||||
From 05fe988b4334620b37cff9e4e0f81fcc1157c54a Mon Sep 17 00:00:00 2001
|
|
||||||
From: jxy_git <jiangxinyu@kylinos.cn>
|
|
||||||
Date: Tue, 22 Nov 2022 10:55:47 +0800
|
|
||||||
Subject: [PATCH] Fix missing version of python3.10dist(statsmodels)
|
|
||||||
|
|
||||||
---
|
|
||||||
setup.py | 2 ++
|
|
||||||
1 file changed, 2 insertions(+)
|
|
||||||
|
|
||||||
diff --git a/setup.py b/setup.py
|
|
||||||
index 8100d10..a8537b3 100644
|
|
||||||
--- a/setup.py
|
|
||||||
+++ b/setup.py
|
|
||||||
@@ -79,6 +79,7 @@ EXTRAS_REQUIRE = {
|
|
||||||
# Values that rarely change
|
|
||||||
###############################################################################
|
|
||||||
DISTNAME = "statsmodels"
|
|
||||||
+VERSION = "0.13.5"
|
|
||||||
DESCRIPTION = "Statistical computations and models for Python"
|
|
||||||
README = SETUP_DIR.joinpath("README.rst").read_text()
|
|
||||||
LONG_DESCRIPTION = README
|
|
||||||
@@ -387,6 +388,7 @@ class BinaryDistribution(Distribution):
|
|
||||||
|
|
||||||
setup(
|
|
||||||
name=DISTNAME,
|
|
||||||
+ version=VERSION,
|
|
||||||
maintainer=MAINTAINER,
|
|
||||||
ext_modules=extensions,
|
|
||||||
maintainer_email=MAINTAINER_EMAIL,
|
|
||||||
--
|
|
||||||
2.38.1
|
|
||||||
|
|
||||||
@ -1,12 +1,11 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-statsmodels
|
Name: python-statsmodels
|
||||||
Version: 0.13.5
|
Version: 0.14.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Statistical computations and models for Python
|
Summary: Statistical computations and models for Python
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
URL: https://github.com/statsmodels/statsmodels
|
URL: https://github.com/statsmodels/statsmodels
|
||||||
Source0: https://files.pythonhosted.org/packages/a4/7d/a919dbad04ec31741eee6a7f7df4a9a9e57e3b863900e48b079a6b832aab/statsmodels-0.13.5.tar.gz
|
Source0: https://files.pythonhosted.org/packages/13/a3/a8bf1c9e6d0193f854d9a79cb86a65dac0866de64051ff96e35bc7ecedfe/statsmodels-0.14.0.tar.gz
|
||||||
Patch0: 0001-Fix-missing-version-of-python3.10dist-statsmodels.patch
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Statsmodels is a Python package that provides a complement to scipy for
|
Statsmodels is a Python package that provides a complement to scipy for
|
||||||
@ -22,14 +21,12 @@ BuildRequires: python3-cffi
|
|||||||
BuildRequires: python3-numpy
|
BuildRequires: python3-numpy
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: gdb
|
BuildRequires: gdb
|
||||||
|
|
||||||
%description -n python3-statsmodels
|
%description -n python3-statsmodels
|
||||||
Statsmodels for python3.
|
Statsmodels for python3.
|
||||||
|
|
||||||
%package help
|
%package help
|
||||||
Summary: Development documents and examples for statsmodels
|
Summary: Development documents and examples for statsmodels
|
||||||
Provides: python3-statsmodels-doc
|
Provides: python3-statsmodels-doc
|
||||||
|
|
||||||
%description help
|
%description help
|
||||||
Development documents and examples for statsmodels.
|
Development documents and examples for statsmodels.
|
||||||
|
|
||||||
@ -74,6 +71,9 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 16 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 0.14.0-1
|
||||||
|
- Update package to version 0.14.0
|
||||||
|
|
||||||
* Fri Nov 18 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 0.13.5-1
|
* Fri Nov 18 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 0.13.5-1
|
||||||
- Update package to version 0.13.5
|
- Update package to version 0.13.5
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user