Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Stop running Python2 autopkg tests.
· 968e93ba
Matthias Klose
authored
Oct 03, 2019
and
Michael R. Crusoe
committed
Oct 03, 2019
968e93ba
Set upstream metadata fields: Contact, Name.
· 263bd819
Michael R. Crusoe
authored
Oct 03, 2019
263bd819
remove obsolete comment
· 861ca026
Michael R. Crusoe
authored
Oct 03, 2019
861ca026
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
861ca026
python-csb (1.2.5+dfsg-5) UNRELEASED; urgency=medium
* Team upload.
[ Matthias Klose ]
* Stop running Python2 autopkg tests.
[ Michael R. Crusoe ]
* Set upstream metadata fields: Contact, Name.
-- Matthias Klose <doko@ubuntu.com> Thu, 03 Oct 2019 11:34:14 +0200
python-csb (1.2.5+dfsg-4) unstable; urgency=medium
* Remove Python2 support
...
...
debian/tests/build
View file @
861ca026
...
...
@@ -5,6 +5,6 @@ set -eu
cp
-
r
csb
/
test
"
$ADTTMP/
"
cd
"
$ADTTMP
"
for
py
in
$
(
pyversions
-
i
)
$
(
py3versions
-
i
);
do
for
py
in
$
(
py3versions
-
i
);
do
PYTHONWARNINGS
=
d
$
py
test
/
app
.
py
--
generated
-
resources
/
tmp
--
verbosity
2
done
debian/tests/control
View file @
861ca026
# See https://lists.debian.org/debian-devel/2018/04/msg00285.html
Tests: build
Depends:
python-csb, python-unittest2,
python3-csb, python3-all
Depends: python3-csb, python3-all
Restrictions: allow-stderr
debian/upstream/metadata
View file @
861ca026
...
...
@@ -5,3 +5,5 @@ Registry:
Entry: NA
- Name: SciCrunch
Entry: SCR_016065
Name: csb
Contact: Ivan Kalev <ivan.kalev@gmail.com>