summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorBoyuan Yang <byang@debian.org>2022-10-01 20:38:05 -0400
committergit-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com>2022-10-02 04:35:33 +0000
commit13a0e54220ee3e71f71b6ff278e227ca97d92929 (patch)
tree7cb01ac9259f3d20811693f670c05bde86e2e3b9 /debian
parent1a970b3505b40ff01bef3205745b553a7dc09925 (diff)
Imported using git-ubuntu import.
Notes
Notes: * Team upload. * New upstream release. [ Debian Janitor ] * Remove constraints unnecessary since buster: + Build-Depends: Drop versioned constraint on dh-python.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog11
-rw-r--r--debian/control4
-rw-r--r--debian/patches/0001-Fix-privacy-breach-by-removing-embedded-image.patch19
3 files changed, 23 insertions, 11 deletions
diff --git a/debian/changelog b/debian/changelog
index 9d2cb75..8e3c660 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+python-atomicwrites (1.4.1-1) unstable; urgency=medium
+
+ * Team upload.
+ * New upstream release.
+
+ [ Debian Janitor ]
+ * Remove constraints unnecessary since buster:
+ + Build-Depends: Drop versioned constraint on dh-python.
+
+ -- Boyuan Yang <byang@debian.org> Sat, 01 Oct 2022 20:38:05 -0400
+
python-atomicwrites (1.4.0-2) unstable; urgency=medium
* Team upload.
diff --git a/debian/control b/debian/control
index 3f76c12..16f2c46 100644
--- a/debian/control
+++ b/debian/control
@@ -4,11 +4,11 @@ Uploaders: Filip Pytloun <filip@pytloun.cz>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
- dh-python (>= 2.20160609~),
+ dh-python,
python3-all,
python3-pytest,
python3-setuptools,
-Standards-Version: 4.5.1
+Standards-Version: 4.6.1
Testsuite: autopkgtest-pkg-python
Homepage: https://github.com/untitaker/python-atomicwrites
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-atomicwrites
diff --git a/debian/patches/0001-Fix-privacy-breach-by-removing-embedded-image.patch b/debian/patches/0001-Fix-privacy-breach-by-removing-embedded-image.patch
index b1e1229..aa68f24 100644
--- a/debian/patches/0001-Fix-privacy-breach-by-removing-embedded-image.patch
+++ b/debian/patches/0001-Fix-privacy-breach-by-removing-embedded-image.patch
@@ -1,26 +1,27 @@
-From 9217fbc8a0739edf49c25118c14517f63c2c4e66 Mon Sep 17 00:00:00 2001
From: Filip Pytloun <filip@pytloun.cz>
Date: Tue, 9 Aug 2016 13:03:50 +0200
Subject: Fix privacy-breach by removing embedded image
---
- README.rst | 6 ------
- 1 file changed, 6 deletions(-)
+ README.rst | 8 --------
+ 1 file changed, 8 deletions(-)
diff --git a/README.rst b/README.rst
-index 3a5658c..ad25dcc 100644
+index 8b29754..09f3cd1 100644
--- a/README.rst
+++ b/README.rst
-@@ -2,12 +2,6 @@
+@@ -2,14 +2,6 @@
python-atomicwrites
===================
--.. image:: https://travis-ci.org/untitaker/python-atomicwrites.svg?branch=master
-- :target: https://travis-ci.org/untitaker/python-atomicwrites
--
+-.. image:: https://travis-ci.com/untitaker/python-atomicwrites.svg?branch=master
+- :target: https://travis-ci.com/untitaker/python-atomicwrites
-.. image:: https://ci.appveyor.com/api/projects/status/vadc4le3c27to59x/branch/master?svg=true
- :target: https://ci.appveyor.com/project/untitaker/python-atomicwrites/branch/master
+-.. image:: https://readthedocs.org/projects/python-atomicwrites/badge/?version=latest
+- :target: https://python-atomicwrites.readthedocs.io/en/latest/?badge=latest
+- :alt: Documentation Status
-
- Atomic file writes.
+ **Atomic file writes.**
.. code-block:: python