Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubes
dataprocessing
Commits
220e1d6438ad
Commit
0ec5a19e
authored
Oct 20, 2021
by
François Ferry
Browse files
chore(pkg): new minor release (0.4.0)
parent
f2f0306ac06e
Pipeline
#89084
failed with stages
in 3 minutes and 17 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
0 → 100644
View file @
220e1d64
## Version 0.4.0 (2021-10-20)
-
BREAKING CHANGE: This cube works now only in Python 3
### 🎉 New features
-
2to3: remove six dependencie
-
2to3: run 2to3 to convert some py2 syntaxes
### 👷 Bug fixes
-
update code to recent version of CW
### 🤖 Continuous integration
-
update tox.ini and add a gitlab-ci
### 🤷 Various changes
-
pkg: Version 0.3.0
-
Port to Python 3
-
Update to "cube as package" layout
MANIFEST.in
View file @
220e1d64
...
...
@@ -15,3 +15,4 @@ exclude cubicweb-dataprocessing.spec
exclude .yamllint
exclude .cube-doctor.yml
exclude .gitlab-ci-extended.yml
exclude CHANGELOG.md
cubicweb_dataprocessing/__pkginfo__.py
View file @
220e1d64
...
...
@@ -5,7 +5,7 @@
modname
=
"dataprocessing"
distname
=
"cubicweb-dataprocessing"
numversion
=
(
0
,
3
,
0
)
numversion
=
(
0
,
4
,
0
)
version
=
"."
.
join
(
str
(
num
)
for
num
in
numversion
)
license
=
"LGPL"
...
...
@@ -24,5 +24,7 @@ classifiers = [
"Environment :: Web Environment"
,
"Framework :: CubicWeb"
,
"Programming Language :: Python"
,
"Programming Language :: Python :: 3"
,
"Programming Language :: Python :: 3 :: Only"
,
"Programming Language :: JavaScript"
,
]
François Ferry
@fferry
mentioned in commit
3e976da23f9c
·
Oct 20, 2021
mentioned in commit
3e976da23f9c
mentioned in commit 4206e19480799e0c7c5c99ee33302ad5c439ce37
Toggle commit list
Write
Preview
Supports
Markdown
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