[Python-modules-commits] [flask-bcrypt] 02/02: Change watch file, close correct bugs and wrap-and-sort
Orestis Ioannou
oorestisime-guest at moszumanska.debian.org
Tue Mar 15 20:11:45 UTC 2016
This is an automated email from the git hooks/post-receive script.
oorestisime-guest pushed a commit to branch master
in repository flask-bcrypt.
commit 828e44e9f80f380e42998aa21343d563954a4135
Author: Orestis Ioannou <orestis at oioannou.com>
Date: Tue Mar 15 20:08:28 2016 +0100
Change watch file, close correct bugs and wrap-and-sort
---
debian/changelog | 2 +-
debian/control | 2 +-
debian/copyright | 2 +-
debian/python-flask-bcrypt-doc.docs | 2 +-
debian/watch | 4 ++--
5 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 42db45f..82ceab9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
flask-bcrypt (0.7.1-1) unstable; urgency=low
- * Initial release. (Closes: #816692, #817770).
+ * Initial release. (Closes: #817770).
-- Orestis Ioannou <orestis at oioannou.com> Fri, 11 Mar 2016 00:05:43 +0100
diff --git a/debian/control b/debian/control
index 64ea4da..c3dc2f6 100644
--- a/debian/control
+++ b/debian/control
@@ -71,4 +71,4 @@ Description: Flask extension that provides bcrypt hashing utilities (doc)
such as MD5 and SHA1, which are optimized for speed, bcrypt is intentionally
structured to be slow.
.
- This package contains the HTML documentation.
\ No newline at end of file
+ This package contains the HTML documentation.
diff --git a/debian/copyright b/debian/copyright
index 6c94cc8..55d9b59 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -37,4 +37,4 @@ License: BSD-3-clause
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
\ No newline at end of file
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/debian/python-flask-bcrypt-doc.docs b/debian/python-flask-bcrypt-doc.docs
index bbc0d2c..4ecc793 100644
--- a/debian/python-flask-bcrypt-doc.docs
+++ b/debian/python-flask-bcrypt-doc.docs
@@ -1 +1 @@
-docs/_build/html
\ No newline at end of file
+docs/_build/html
diff --git a/debian/watch b/debian/watch
index cf505c2..6428bac 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
version=3
-opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
-https://pypi.debian.net/Flask-Bcrypt/Flask-Bcrypt-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
+opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/flask-bcrypt-$1\.tar\.gz/ \
+ https://github.com/maxcountryman/flask-bcrypt/tags .*/v?(\d\S*)\.tar\.gz
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/flask-bcrypt.git
More information about the Python-modules-commits
mailing list