Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
111
Merge Requests
111
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
nexedi
slapos
Commits
afbb83fd
Commit
afbb83fd
authored
Mar 06, 2025
by
Boxiang Sun
Browse files
Options
Browse Files
Download
Plain Diff
Upgrade Statsmodel to 0.14.4 to prepare for Python 3.10
See merge request
!1749
parents
b1bacbc7
baed430b
Pipeline
#40197
failed with stage
in 0 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
13 deletions
+10
-13
component/statsmodels/buildout.cfg
component/statsmodels/buildout.cfg
+2
-1
component/statsmodels/statsmodels-add-setup-version.patch
component/statsmodels/statsmodels-add-setup-version.patch
+6
-6
stack/slapos.cfg
stack/slapos.cfg
+2
-6
No files found.
component/statsmodels/buildout.cfg
View file @
afbb83fd
...
...
@@ -20,7 +20,8 @@ setup-eggs =
${scipy:egg}
${cython:egg}
setuptools-dso
statsmodels-patches = ${:_profile_base_location_}/statsmodels-add-setup-version.patch#8bb8eac7375e13fa8104a6aa905ef35c
packaging
statsmodels-patches = ${:_profile_base_location_}/statsmodels-add-setup-version.patch#226a03ae31d060583fa21d425e6a81b6
statsmodels-patch-options = -p1
[statsmodels:sys.version_info < (3,10)]
...
...
component/statsmodels/statsmodels-add-setup-version.patch
View file @
afbb83fd
...
...
@@ -2,20 +2,20 @@ add a version to make this package compatible with buildout's easy_install
Fixes this issue:
Installing statsmodels 0.1
3.5
Installing statsmodels 0.1
4.4
Caused installation of a distribution:
statsmodels 0.0.0
with a different version.
diff
'--color=auto' -ru statsmodels-0.13.5.orig/setup.py statsmodels-0.13.5
/setup.py
--- statsmodels-0.1
3.5.orig/setup.py 2022-11-02 01:54:20.000000000 +09
00
+++ statsmodels-0.1
3.5/setup.py 2023-10-26 14:12:35.157708043 +09
00
@@ -3
87,6 +387
,7 @@
diff
-ruN statsmodels-0.14.4.orig/setup.py statsmodels-0.14.4
/setup.py
--- statsmodels-0.1
4.4.orig/setup.py 2025-01-24 09:27:54.995143777 +01
00
+++ statsmodels-0.1
4.4/setup.py 2025-01-24 09:29:14.175103580 +01
00
@@ -3
49,6 +349
,7 @@
setup(
name=DISTNAME,
+ version='0.1
3.5
',
+ version='0.1
4.4
',
maintainer=MAINTAINER,
ext_modules=extensions,
maintainer_email=MAINTAINER_EMAIL,
stack/slapos.cfg
View file @
afbb83fd
...
...
@@ -300,7 +300,7 @@ parso = 0.7.1
passlib = 1.7.4
pathlib2 = 2.3.5
pathspec = 0.12.1:whl
patsy = 0.5.
3
patsy = 0.5.
6
pbr = 5.9.0
pexpect = 4.8.0
pickleshare = 0.7.4
...
...
@@ -374,7 +374,7 @@ sniffio = 1.3.0
sortedcontainers = 2.4.0
soupsieve = 1.9.5
stack-data = 0.6.3:whl
statsmodels = 0.1
3.5
+SlapOSPatched001
statsmodels = 0.1
4.4
+SlapOSPatched001
stevedore = 1.21.0:whl
subprocess32 = 3.5.4
supervisor = 4.1.0
...
...
@@ -426,10 +426,6 @@ zope.testrunner = 6.6
pycountry = 18.12.8
fonttools = 3.44.0
[versions:sys.version_info < (3,10)]
# keep old statsmodels by default until slapos.toolbox is updated
statsmodels = 0.11.1
# this is mostly needed for slapos-node
# it can be removed when slapos-node uses current python3
[versions:sys.version_info < (3,8)]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment