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
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Romain Courteaud
slapos
Commits
50715ed0
Commit
50715ed0
authored
Feb 27, 2025
by
Boxiang Sun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
component/statsmodels: upgrade to 0.14.4 for Python 3.10
parent
b1bacbc7
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
12 deletions
+9
-12
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
+1
-5
No files found.
component/statsmodels/buildout.cfg
View file @
50715ed0
...
...
@@ -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 @
50715ed0
...
...
@@ -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 @
50715ed0
...
...
@@ -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