Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
py-heptapod
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
heptapod
py-heptapod
Commits
a7dc9682153a
Commit
a7dc9682153a
authored
6 months ago
by
Georges Racinet
Browse files
Options
Downloads
Plain Diff
heptapod#1622
: making 17.0 the oldstable
parents
78cbee41ea20
840e9e41e9f1
No related branches found
No related tags found
2 merge requests
!106
Merge stable branch
,
!105
Merged oldstable branch into stable
Pipeline
#84891
passed
6 months ago
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.hgtags
+3
-0
3 additions, 0 deletions
.hgtags
heptapod/VERSION
+1
-1
1 addition, 1 deletion
heptapod/VERSION
heptapod/tests/test_package.py
+4
-3
4 additions, 3 deletions
heptapod/tests/test_package.py
with
8 additions
and
4 deletions
.hgtags
+
3
−
0
View file @
a7dc9682
...
...
@@ -93,3 +93,6 @@
c2bd2e18be152db58732e8f1790e96f3a85b9624 4.6.0
81cbaf37563c27b1d68ad507b39cd7dddfc324a0 4.7.0
0a0e973ee4d20135dc852598710d093bc21974f9 4.7.1
87f86950013e66f229e6f259f9db1215394c9a2c 4.7.2
de0f1641b5c81faea83215a0bf4d17ae31ce6185 4.7.3
0bee446bb3380954fa5ff73bbbed8199477a205b 4.7.4
This diff is collapsed.
Click to expand it.
heptapod/VERSION
+
1
−
1
View file @
a7dc9682
4.7.
2
dev0
4.7.
5
dev0
This diff is collapsed.
Click to expand it.
heptapod/tests/test_package.py
+
4
−
3
View file @
a7dc9682
...
...
@@ -6,4 +6,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
try
:
from
pkg_resources
import
packaging
Version
=
packaging
.
version
.
Version
# pragma no cover
except
ImportError
:
# pragma no cover
...
...
@@ -9,9 +10,9 @@
except
ImportError
:
# pragma no cover
#
one day, `packaging` might not be vendored in `pkg_resources` any more
import
packaging
#
Python >=3.11
from
packaging
.version
import
Version
import
heptapod
def
test_package_version
():
# the Version class accepts only PEP440 compliant version strings
...
...
@@ -12,7 +13,7 @@
import
heptapod
def
test_package_version
():
# the Version class accepts only PEP440 compliant version strings
packaging
.
version
.
Version
(
heptapod
.
__version__
)
Version
(
heptapod
.
__version__
)
This diff is collapsed.
Click to expand it.
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