Codebase list factory-boy / 5d9c068
Re-export patched from PQ. Andrey Rahmatullin 4 years ago
4 changed file(s) with 33 addition(s) and 11 deletion(s). Raw diff Collapse all Expand all
55 setup.py | 5 ++++-
66 1 file changed, 4 insertions(+), 1 deletion(-)
77
8 diff --git a/setup.py b/setup.py
9 index b007b68..c0fde09 100755
810 --- a/setup.py
911 +++ b/setup.py
10 @@ -31,6 +31,9 @@
12 @@ -31,6 +31,9 @@ else:
1113
1214 PACKAGE = 'factory'
1315
1719
1820 setup(
1921 name='factory_boy',
20 @@ -49,7 +52,7 @@
22 @@ -49,7 +52,7 @@ setup(
2123 python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",
2224 install_requires=[
2325 'Faker>=0.7.0',
0 Description: Backport compatibility with python 3.7.
1 This has been merged upstream for a while but no release has been cut
2 in a long time. As causing an FTBS on Debian, backporting this.
0 From: Debian Python Modules Team
1 <python-modules-team@lists.alioth.debian.org>
2 Date: Thu, 15 Aug 2019 22:32:19 +0500
3 Subject: Backport compatibility with python 3.7.
4
35 Origin: upstream, https://github.com/FactoryBoy/factory_boy/commit/97f48597d241aca598783f7bcaed34bf7b133343#diff-0be885856f4589792f278830f0e79cac
46 Applied-Upstream: https://github.com/FactoryBoy/factory_boy/commit/97f48597d241aca598783f7bcaed34bf7b133343#diff-0be885856f4589792f278830f0e79cac
57 Reviewed-by: Joseph Herlant <aerostitch@debian.org>
68 Last-Update: 2019-01-06
9
10 This has been merged upstream for a while but no release has been cut
11 in a long time. As causing an FTBS on Debian, backporting this.
12 Last-Update: 2019-01-06
713 ---
8 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
14 factory/utils.py | 10 +++++++---
15 1 file changed, 7 insertions(+), 3 deletions(-)
16
17 diff --git a/factory/utils.py b/factory/utils.py
18 index 75f352b..cf38f38 100644
919 --- a/factory/utils.py
1020 +++ b/factory/utils.py
11 @@ -133,9 +133,13 @@
21 @@ -133,9 +133,13 @@ class ResetableIterator(object):
1222 if self.next_elements:
1323 yield self.next_elements.popleft()
1424 else:
55 docs/conf.py | 1 -
66 1 file changed, 1 deletion(-)
77
8 diff --git a/docs/conf.py b/docs/conf.py
9 index 3fb4b73..26e831d 100644
810 --- a/docs/conf.py
911 +++ b/docs/conf.py
10 @@ -29,7 +29,6 @@
12 @@ -29,7 +29,6 @@ sys.path.insert(0, os.path.dirname(os.path.abspath('.')))
1113 extensions = [
1214 'sphinx.ext.autodoc',
1315 'sphinx.ext.extlinks',
0 Description: removed-privacy-breach
1 Author: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
0 From: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
1 Date: Thu, 15 Aug 2019 22:32:19 +0500
2 Subject: removed-privacy-breach
3
4 Last-Update: 2019-01-06
5
26 Last-Update: 2019-01-06
37 ---
4 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
8 README.rst | 19 -------------------
9 1 file changed, 19 deletions(-)
10
11 diff --git a/README.rst b/README.rst
12 index 1e8c327..d084aef 100644
513 --- a/README.rst
614 +++ b/README.rst
715 @@ -1,25 +1,6 @@