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
|
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
|