[med-svn] [Git][med-team/biomaj3-download][master] 4 commits: New upstream version 3.2.8

Andreas Tille (@tille) gitlab at salsa.debian.org
Thu Jul 14 09:54:02 BST 2022



Andreas Tille pushed to branch master at Debian Med / biomaj3-download


Commits:
4fe7b173 by Andreas Tille at 2022-07-14T10:51:36+02:00
New upstream version 3.2.8
- - - - -
8a9deefb by Andreas Tille at 2022-07-14T10:51:36+02:00
routine-update: New upstream version

- - - - -
1646af36 by Andreas Tille at 2022-07-14T10:51:36+02:00
Update upstream source from tag 'upstream/3.2.8'

Update to upstream version '3.2.8'
with Debian dir afa989c6004e5161fe5317a38a5dd97e261797a2
- - - - -
ca18c148 by Andreas Tille at 2022-07-14T10:52:49+02:00
routine-update: Ready to upload to unstable

- - - - -


4 changed files:

- CHANGES.txt
- biomaj_download/download/curl.py
- debian/changelog
- setup.py


Changes:

=====================================
CHANGES.txt
=====================================
@@ -1,3 +1,6 @@
+3.2.8:
+  Accept 257 error code for ftp
+
 3.2.7
   Normalize pyyaml setup with other biomaj components
 


=====================================
biomaj_download/download/curl.py
=====================================
@@ -121,7 +121,7 @@ class CurlDownload(DownloadInterface):
         if self.curl_protocol in self.FTP_PROTOCOL_FAMILY:
             self.protocol_family = "ftp"
             self._parse_result = self._ftp_parse_result
-            self.ERRCODE_OK = [221, 226]
+            self.ERRCODE_OK = [221, 226, 257]
         elif self.curl_protocol in self.HTTP_PROTOCOL_FAMILY:
             self.protocol_family = "http"
             self._parse_result = self._http_parse_result


=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+biomaj3-download (3.2.8-1) unstable; urgency=medium
+
+  * Team upload.
+  * New upstream version
+
+ -- Andreas Tille <tille at debian.org>  Thu, 14 Jul 2022 10:51:47 +0200
+
 biomaj3-download (3.2.7-1) unstable; urgency=medium
 
   * Team upload.


=====================================
setup.py
=====================================
@@ -22,7 +22,7 @@ config = {
     'url': 'http://biomaj.genouest.org',
     'download_url': 'http://biomaj.genouest.org',
     'author_email': 'olivier.sallou at irisa.fr',
-    'version': '3.2.7',
+    'version': '3.2.8',
     'classifiers': [
         # How mature is this project? Common values are
         #   3 - Alpha



View it on GitLab: https://salsa.debian.org/med-team/biomaj3-download/-/compare/0c4732b665733143e6b543c273085141ef24606a...ca18c148e5dbd7950432a92b4a8c87b9396d9e05

-- 
View it on GitLab: https://salsa.debian.org/med-team/biomaj3-download/-/compare/0c4732b665733143e6b543c273085141ef24606a...ca18c148e5dbd7950432a92b4a8c87b9396d9e05
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/20220714/0e51027e/attachment-0001.htm>


More information about the debian-med-commit mailing list