[med-svn] [Git][med-team/epigrass][master] 9 commits: Fix watchfile to detect new versions on github

Andreas Tille (@tille) gitlab at salsa.debian.org
Tue Oct 19 07:02:46 BST 2021



Andreas Tille pushed to branch master at Debian Med / epigrass


Commits:
506f6666 by Andreas Tille at 2021-10-19T07:32:42+02:00
Fix watchfile to detect new versions on github

- - - - -
dbdda43a by Andreas Tille at 2021-10-19T07:32:55+02:00
New upstream version 3.0.3+dfsg
- - - - -
2fd91390 by Andreas Tille at 2021-10-19T07:32:55+02:00
routine-update: New upstream version

- - - - -
88fab8d5 by Andreas Tille at 2021-10-19T07:33:04+02:00
Update upstream source from tag 'upstream/3.0.3+dfsg'

Update to upstream version '3.0.3+dfsg'
with Debian dir b9cf25ce9348384b9bbc2dd1bd8545d6b484bfca
- - - - -
1df86ac9 by Andreas Tille at 2021-10-19T07:33:04+02:00
routine-update: Standards-Version: 4.6.0

- - - - -
a3c3cf44 by Andreas Tille at 2021-10-19T07:33:26+02:00
Apply multi-arch hints.
+ epigrass-doc: Add Multi-Arch: foreign.

Changes-By: apply-multiarch-hints

- - - - -
fb80ec1c by Andreas Tille at 2021-10-19T07:57:11+02:00
Add TODO about dash

- - - - -
721f266d by Andreas Tille at 2021-10-19T07:57:58+02:00
Build-Depends: tex-gyre

- - - - -
ab19cdeb by Andreas Tille at 2021-10-19T08:01:39+02:00
Upload to unstable

- - - - -


7 changed files:

- Epigrass/__version__.py
- + debian/TODO
- debian/changelog
- debian/control
- debian/watch
- requirements.txt
- setup.py


Changes:

=====================================
Epigrass/__version__.py
=====================================
@@ -1 +1 @@
-version = "3.0.1"
+version = "3.0.3"


=====================================
debian/TODO
=====================================
@@ -0,0 +1,5 @@
+TODO: https://salsa.debian.org/med-team/python-dash-html-components
+      https://salsa.debian.org/med-team/python-dash-core-components
+      https://salsa.debian.org/med-team/python-dash
+
+  --> see bug #995966


=====================================
debian/changelog
=====================================
@@ -1,12 +1,15 @@
-epigrass (3.0.2+dfsg-1) UNRELEASED; urgency=medium
+epigrass (3.0.3+dfsg-1) unstable; urgency=medium
 
+  * New upstream version
   * Depends: python3-numba
-  TODO: https://salsa.debian.org/med-team/python-dash-html-components
-        https://salsa.debian.org/med-team/python-dash-core-components
-        https://salsa.debian.org/med-team/python-dash
-          * New upstream version
-
- -- Andreas Tille <tille at debian.org>  Sun, 21 Feb 2021 16:23:56 +0100
+  * Fix watchfile to detect new versions on github
+  * Standards-Version: 4.6.0 (routine-update)
+  * Apply multi-arch hints.
+    + epigrass-doc: Add Multi-Arch: foreign.
+  * Add debian/TODO for bug #995966
+  * Build-Depends: tex-gyre
+
+ -- Andreas Tille <tille at debian.org>  Tue, 19 Oct 2021 07:58:04 +0200
 
 epigrass (3.0.0+dfsg-1) unstable; urgency=medium
 


=====================================
debian/control
=====================================
@@ -24,8 +24,9 @@ Build-Depends: debhelper-compat (= 13),
                python3-recommonmark,
                latexmk,
                texlive-latex-extra,
-               texlive-fonts-recommended
-Standards-Version: 4.5.1
+               texlive-fonts-recommended,
+               tex-gyre
+Standards-Version: 4.6.0
 Vcs-Browser: https://salsa.debian.org/med-team/epigrass
 Vcs-Git: https://salsa.debian.org/med-team/epigrass.git
 Homepage: https://github.com/fccoelho/epigrass
@@ -67,6 +68,7 @@ Architecture: all
 Section: doc
 Depends: ${misc:Depends}
 Enhances: epigrass
+Multi-Arch: foreign
 Description: Documentation for EpiGrass, a network epidemiology tool
  Epigrass is a software for visualizing, analyzing and simulating of
  epidemic processes on geo-referenced networks.


=====================================
debian/watch
=====================================
@@ -1,4 +1,4 @@
 version=4
 
 opts="repacksuffix=+dfsg,dversionmangle=auto,repack,compression=xz" \
- https://github.com/fccoelho/epigrass/releases .*/archive/v?@ANY_VERSION@@ARCHIVE_EXT@
+ https://github.com/fccoelho/epigrass/releases .*/v?@ANY_VERSION@@ARCHIVE_EXT@


=====================================
requirements.txt
=====================================
@@ -6,7 +6,7 @@ networkx
 SQLAlchemy
 SQLObject
 tqdm
-Cython
+cython
 dbfread
 pweave
 pymysql


=====================================
setup.py
=====================================
@@ -1,5 +1,5 @@
 from setuptools import setup
-from Cython.Build import cythonize
+# from Cython.Build import cythonize
 from Epigrass.__version__ import version
 
 with open('requirements.txt') as f:



View it on GitLab: https://salsa.debian.org/med-team/epigrass/-/compare/4ed667c7b450d438e345f0e984c2067d273900f0...ab19cdeb38018d09e60ae8360883b788281da048

-- 
View it on GitLab: https://salsa.debian.org/med-team/epigrass/-/compare/4ed667c7b450d438e345f0e984c2067d273900f0...ab19cdeb38018d09e60ae8360883b788281da048
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20211019/1311ee01/attachment-0001.htm>


More information about the debian-med-commit mailing list