1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197
|
python-fs (2.4.12-1) unstable; urgency=medium
[ Debian Janitor ]
* Set upstream metadata fields: Bug-Submit.
* Update standards version to 4.5.0, no changes needed.
[ Yao Wei (魏銘廷) ]
* New upstream version 2.4.12
* debian/patches: Remove upstreamed patches.
* debian/control:
- Use debhelper 13
- Add ${sphinxdoc:Depends}
* debian/copyright: Update copyright information
-- Yao Wei (魏銘廷) <mwei@debian.org> Mon, 18 Jan 2021 20:40:25 +0800
python-fs (2.4.11-3) unstable; urgency=medium
* Team upload.
[ Debian Janitor ]
* Set upstream metadata fields: Bug-Database, Repository, Repository-
Browse.
[ Ondřej Nový ]
* d/control: Update Maintainer field with new Debian Python Team
contact address.
* d/control: Update Vcs-* fields with new Debian Python Team Salsa
layout.
[ Michael Hudson-Doyle ]
* d/patches/0001-Do-not-test-the-patched-copy-implementation-with-Pyt.patch:
Backport fix from upstream to fix tests with Python 3.9.
-- Michael Hudson-Doyle <michael.hudson@ubuntu.com> Wed, 11 Nov 2020 15:20:39 +1300
python-fs (2.4.11-2) unstable; urgency=medium
* Team upload.
* Rebuild with python3.8 support.
* debian/control: Mark build-dependency as python3-all:any.
[ Ondřej Nový ]
* Bump Standards-Version to 4.4.1.
-- Boyuan Yang <byang@debian.org> Sat, 14 Dec 2019 11:39:21 -0500
python-fs (2.4.11-1) unstable; urgency=medium
* New upstream version 2.4.11
* Do not build python2 package
* Make test able to run
- Disable FTPFS tests since python3-pyftpdlib does not supply test
libraries
-- Yao Wei (魏銘廷) <mwei@debian.org> Sun, 08 Sep 2019 12:08:09 +0800
python-fs (2.4.8-1) unstable; urgency=medium
* New upstream version 2.4.8
* Bump Standards-Version to 4.4.0
* debian/control: Use debhelper-compat 12
* debian/control: Use debhelper-compat 12
-- Yao Wei (魏銘廷) <mwei@debian.org> Thu, 18 Jul 2019 21:16:53 -0300
python-fs (2.2.1-1) unstable; urgency=medium
* New upstream version 2.2.1
* debian/copyright:
- Update upstream copyright wording
* debian/control:
- Bump Standards-Version to 4.3.0
- Remove X-Python3-Version
- Add Testsuite: autopkgtest-pkg-python
-- Yao Wei (魏銘廷) <mwei@debian.org> Wed, 09 Jan 2019 22:01:02 +0800
python-fs (2.1.2-1) unstable; urgency=medium
[ Yao Wei (魏銘廷) ]
* New upstream version 2.1.2
* Package python3 version of fs (Closes: #810800, #890829)
* debian/control:
- Set Maintainer to Debian Python Modules Team (previously
was Uploader) (Closes: #912656)
- Remove Janos Guljas from Maintainer/Uploaders. Thank you for your work!
(Closes: #849738)
- Add myself to Uploaders
- Update dependencies
- Bump debhelper to 11
- Bump Standards-Version to 4.2.1
* debian/copyright:
- Copyright changed from BSD-3-Clause to Expat
- Clean copyright references
[ Ondřej Nový ]
* Fixed homepage (https)
* Fixed VCS URL (https)
* d/control: Set Vcs-* to salsa.debian.org
* d/copyright: Use https protocol in Format field
* d/changelog: Remove trailing whitespaces
* d/control: Remove ancient X-Python-Version field
* Convert git repository from git-dpm to gbp layout
-- Yao Wei (魏銘廷) <mwei@debian.org> Wed, 12 Dec 2018 10:35:34 +0800
python-fs (0.5.4-1) unstable; urgency=medium
* New upstream version, tested with Django 1.9 (Closes: #755630)
* Use pypi redirector for debian/watch file
* Change Homepage in debian/control to new PyPI URL
* Update Source and Copyright years in debian/copyright
* Switch to pybuild, add dh-python to Build-Depends, add X-Python-
Version
* Add Build-Depends for python-setuptools and python-six
* Disable tests because of required network access or required
privileges
* remove debian/python-fs.install and use PYBUILD_BEFORE_INSTALL
instead
* Update debian/copyright because fs/davfs is in fs/contrib/davfs now
* Fix DEP-5 format in debian/copyright by moving BSD-3-Clause into separate
section
* Bump Standards-Version to 3.9.6 (no changes)
-- Jan Dittberner <jandd@debian.org> Sun, 03 Jan 2016 20:22:53 +0100
python-fs (0.4.0-2) unstable; urgency=medium
[ Olly Betts ]
* Update for wxPython 3.0 (Closes: #759054):
- New patch: wxpython3.0.patch
[ Janos Guljas ]
* Update my email address and copyright year.
-- Janos Guljas <janos@debian.org> Mon, 15 Sep 2014 20:29:58 +0200
python-fs (0.4.0-1) unstable; urgency=low
[ Janos Guljas ]
* New upstream release.
* Upstream changed license from PSF to BSD.
* New dependencies under Depends:
- python (>= 2.6) | python-simplejson
- python-mako
* New dependencies under Suggests:
- python-nose
* Updated debian/copyright file.
* New dependency packages:
- python-fs-browser
- python-fs-plugin-sftp
- python-fs-plugin-django
- python-fs-plugin-s3
- python-fs-plugin-webdav
- python-fs-plugin-tahoe-lafs
* Added man pages for comands: fscat, fscp, fsinfo, fsls, fsmkdir, fsmount,
fsmv, fsrm, fsserve, fstree.
* Add DM-Upload-Allowed control field.
[ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields.
* Remove DM-Upload-Allowed; it's no longer used by the archive
software.
[ Jan Dittberner ]
* update debian/copyright
* run wrap-and-sort (affects debian/control and debian/copyright)
* debian/control:
- add myself to Uploaders
- bump Standards-Version to 3.9.5 (no changes)
- switch to debhelper 9
* debian/rules:
- add --buildsystem=python_distutils to dh sequencer invocation
* update debian/watch
-- Jan Dittberner <jandd@debian.org> Mon, 24 Feb 2014 15:00:56 +0100
python-fs (0.3.0-2) unstable; urgency=low
* Change my e-mail address.
* Bump standards version.
* Move python-wxgtk2.8 dependency to Suggests.
* Move python-django, python-boto and python-paramiko to Recommends.
* Switch to dh_python2.
* Remove XS-Python-Version and XB-Python-Version.
* Add debian/pyversions.
* Change debian/copyright to be DEP5 compatible.
-- Janos Guljas <janos@resenje.org> Sat, 13 Aug 2011 12:42:42 +0200
python-fs (0.3.0-1) unstable; urgency=low
* Initial release. (Closes: #587350)
-- Janos Guljas <janos@janos.in.rs> Wed, 30 Jun 2010 17:36:14 +0200
|