[med-svn] [Git][med-team/python-deeptoolsintervals][master] 3 commits: New upstream version 0.1.9

Steffen Möller gitlab at salsa.debian.org
Sun Aug 11 16:27:42 BST 2019



Steffen Möller pushed to branch master at Debian Med / python-deeptoolsintervals


Commits:
9261632b by Steffen Möller at 2019-08-07T18:33:27Z
New upstream version 0.1.9
- - - - -
eefe163e by Steffen Möller at 2019-08-07T18:33:27Z
Update upstream source from tag 'upstream/0.1.9'

Update to upstream version '0.1.9'
with Debian dir d5c77295a3b8523425b00ef42edc95cbdc962d97
- - - - -
46642415 by Steffen Möller at 2019-08-11T15:27:22Z
Fix FTBFS

- - - - -


5 changed files:

- + LICENSE
- MANIFEST.in
- debian/changelog
- debian/control
- setup.py


Changes:

=====================================
LICENSE
=====================================
@@ -0,0 +1,7 @@
+Copyright 2019 Max Planck Institute for Immunobiology and Epigenetics
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


=====================================
MANIFEST.in
=====================================
@@ -1,4 +1,5 @@
 include README.md setup.py
+include LICENSE
 include deeptoolsintervals/tree.*
 include deeptoolsintervals/tree/*.c
 include deeptoolsintervals/tree/*.h


=====================================
debian/changelog
=====================================
@@ -1,5 +1,11 @@
-python-deeptoolsintervals (0.1.8-1) UNRELEASED; urgency=medium
+python-deeptoolsintervals (0.1.9-1) UNRELEASED; urgency=medium
 
   * Initial release (Closes: #934172)
 
+ -- Steffen Moeller <moeller at debian.org>  Wed, 07 Aug 2019 20:34:03 +0200
+
+python-deeptoolsintervals (0.1.8-1) UNRELEASED; urgency=medium
+
+  * Initial packaging.
+
  -- Steffen Moeller <moeller at debian.org>  Wed, 07 Aug 2019 19:49:42 +0200


=====================================
debian/control
=====================================
@@ -3,7 +3,10 @@ Section: science
 Priority: optional
 Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
 Uploaders: Steffen Moeller <moeller at debian.org>
-Build-Depends: debhelper (>= 11), dh-python, python3-all, python3-setuptools
+Build-Depends: debhelper (>= 11),
+ dh-python,
+ python3-all, python3-dev, python3-setuptools,
+ zlib1g-dev
 Standards-Version: 4.4.0
 Homepage: https://github.com/deeptools/deeptools_intervals/
 Vcs-Browser: https://salsa.debian.org/med-team/python-deeptoolsintervals


=====================================
setup.py
=====================================
@@ -26,7 +26,7 @@ module1 = Extension('deeptoolsintervals.tree',
                     include_dirs=[sysconfig.get_config_var("INCLUDEPY")])
 
 setup(name='deeptoolsintervals',
-      version='0.1.8',
+      version='0.1.9',
       description='A python module creating/accessing GTF-based interval trees with associated meta-data',
       author="Devon P. Ryan",
       author_email="ryan at ie-freiburg.mpg.de",
@@ -34,7 +34,7 @@ setup(name='deeptoolsintervals',
       keywords=["bioinformatics", "GTF"],
       classifier=["Development Status :: 5 - Production/Stable",
                   "Environment :: Console",
-                  "License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)",
+                  "License :: OSI Approved :: MIT License",
                   "Intended Audience :: Developers",
                   "Programming Language :: C",
                   "Programming Language :: Python",



View it on GitLab: https://salsa.debian.org/med-team/python-deeptoolsintervals/compare/d152a14bba23b46c8b79e847c29d6ddd03d70cb7...4664241591ba10f2650172e8c9204ccfb9872cf3

-- 
View it on GitLab: https://salsa.debian.org/med-team/python-deeptoolsintervals/compare/d152a14bba23b46c8b79e847c29d6ddd03d70cb7...4664241591ba10f2650172e8c9204ccfb9872cf3
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/20190811/24a7e2f9/attachment-0001.html>


More information about the debian-med-commit mailing list