Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
python-numpy
Manage
Activity
Members
Labels
Plan
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
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
Debian Python Team
packages
python-numpy
Commits
a1e71b3f
Commit
a1e71b3f
authored
5 years ago
by
Sandro Tosi
Browse files
Options
Downloads
Patches
Plain Diff
only search for 1.16.x releases, the only ones supporting python2
parent
76e4507c
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/changelog
+5
-1
5 additions, 1 deletion
debian/changelog
debian/watch
+1
-1
1 addition, 1 deletion
debian/watch
with
6 additions
and
2 deletions
debian/changelog
+
5
−
1
View file @
a1e71b3f
...
@@ -11,7 +11,11 @@ python-numpy (1:1.16.2-2) UNRELEASED; urgency=medium
...
@@ -11,7 +11,11 @@ python-numpy (1:1.16.2-2) UNRELEASED; urgency=medium
override_dh_auto_build-indep. Thanks Jason Duerstock.
override_dh_auto_build-indep. Thanks Jason Duerstock.
Closes: #929975
Closes: #929975
-- Ondřej Nový <onovy@debian.org> Sat, 20 Jul 2019 00:06:17 +0200
[ Sandro Tosi ]
* debian/watch
- only search for 1.16.x releases, the only ones supporting python2
-- Sandro Tosi <morph@debian.org> Fri, 06 Sep 2019 20:39:01 -0400
python-numpy (1:1.16.2-1) unstable; urgency=medium
python-numpy (1:1.16.2-1) unstable; urgency=medium
...
...
This diff is collapsed.
Click to expand it.
debian/watch
+
1
−
1
View file @
a1e71b3f
version=4
version=4
opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
https://pypi.debian.net/numpy/numpy-(
.+
)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
https://pypi.debian.net/numpy/numpy-(
1.16.*
)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
#opts="pgpmode=none" \
#opts="pgpmode=none" \
# https://pypi.python.org/pypi/numpy/ \
# https://pypi.python.org/pypi/numpy/ \
# https://pypi.python.org/packages/.*/.*/.*/numpy-([\d\.]+).zip#.*
# https://pypi.python.org/packages/.*/.*/.*/numpy-([\d\.]+).zip#.*
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