Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jsonschema
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cubicweb
cubes
jsonschema
Commits
5432f30b886f
Commit
5432f30b886f
authored
2 years ago
by
Fabien Amarger
Browse files
Options
Downloads
Patches
Plain Diff
chore(pkg): new patch release (0.2.11)
parent
db1845acb36b
No related branches found
Branches containing commit
Tags
0.2.11
Tags containing commit
1 merge request
!36
Prepare version 0.2.11
Pipeline
#173254
failed
2 years ago
Stage: lint
Stage: test
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+9
-0
9 additions, 0 deletions
CHANGELOG.md
MANIFEST.in
+1
-0
1 addition, 0 deletions
MANIFEST.in
cubicweb_jsonschema/__pkginfo__.py
+1
-1
1 addition, 1 deletion
cubicweb_jsonschema/__pkginfo__.py
with
11 additions
and
1 deletion
CHANGELOG.md
0 → 100644
+
9
−
0
View file @
5432f30b
## Version 0.2.11 (2023-01-18)
### 🎉 New features
-
remove
`six`
library and Python 2 support
-
remove Debian stuff that is not used
-
replace HTTP by HTTPS
-
set CubicWeb minimum version to 3.38.x
-
stop to say that Python 2 is supported
-
yams: remove warnings with recent versions
This diff is collapsed.
Click to expand it.
MANIFEST.in
+
1
−
0
View file @
5432f30b
...
@@ -15,3 +15,4 @@
...
@@ -15,3 +15,4 @@
recursive-include changelog compat control copyright rules
recursive-include changelog compat control copyright rules
include cubicweb-jsonschema.spec
include cubicweb-jsonschema.spec
exclude .gitlab-ci.yml
exclude .gitlab-ci.yml
exclude CHANGELOG.md
This diff is collapsed.
Click to expand it.
cubicweb_jsonschema/__pkginfo__.py
+
1
−
1
View file @
5432f30b
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
modname
=
'
cubicweb_jsonschema
'
modname
=
'
cubicweb_jsonschema
'
distname
=
'
cubicweb-jsonschema
'
distname
=
'
cubicweb-jsonschema
'
numversion
=
(
0
,
2
,
1
0
)
numversion
=
(
0
,
2
,
1
1
)
version
=
'
.
'
.
join
(
str
(
num
)
for
num
in
numversion
)
version
=
'
.
'
.
join
(
str
(
num
)
for
num
in
numversion
)
license
=
'
LGPL
'
license
=
'
LGPL
'
...
...
This diff is collapsed.
Click to expand it.
Fabien Amarger
@famarger
mentioned in commit
f3ba77f7b04e
·
2 years ago
mentioned in commit
f3ba77f7b04e
mentioned in commit f3ba77f7b04e0950a33b269fd3a8906ddd66011b
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment