You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2019/06/28 20:32:40 UTC

[allura] branch db/8311 created (now 29585bb)

This is an automated email from the ASF dual-hosted git repository.

brondsem pushed a change to branch db/8311
in repository https://gitbox.apache.org/repos/asf/allura.git.


      at 29585bb  [#8311] re-sort req.in, and split out a req-dev.in/txt  Upgrade pytz for compat with sphinx->babel->pytz

This branch includes the following new commits:

     new 11103cf  [#8311] rename requirements.txt to requirements.in
     new cd49c0e  [#8311] generate requirements.txt
     new 2a8609a  [#8311] move transitive deps out of requirements.in
     new 29585bb  [#8311] re-sort req.in, and split out a req-dev.in/txt  Upgrade pytz for compat with sphinx->babel->pytz

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[allura] 01/04: [#8311] rename requirements.txt to requirements.in

Posted by br...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

brondsem pushed a commit to branch db/8311
in repository https://gitbox.apache.org/repos/asf/allura.git

commit 11103cf577529ba67a0eb6988818db2694cef88b
Author: Dave Brondsema <da...@brondsema.net>
AuthorDate: Wed Jun 26 18:08:36 2019 -0400

    [#8311] rename requirements.txt to requirements.in
---
 requirements.txt => requirements.in | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/requirements.txt b/requirements.in
similarity index 100%
rename from requirements.txt
rename to requirements.in


[allura] 03/04: [#8311] move transitive deps out of requirements.in

Posted by br...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

brondsem pushed a commit to branch db/8311
in repository https://gitbox.apache.org/repos/asf/allura.git

commit 2a8609a55bab86a21e717316c8aa99aafbb3f38a
Author: Dave Brondsema <da...@brondsema.net>
AuthorDate: Wed Jun 26 18:17:00 2019 -0400

    [#8311] move transitive deps out of requirements.in
---
 requirements.in  | 38 +-------------------------------------
 requirements.txt | 48 +++++++++++++++++++++++-------------------------
 2 files changed, 24 insertions(+), 62 deletions(-)

diff --git a/requirements.in b/requirements.in
index 2abca4c..de7464a 100644
--- a/requirements.in
+++ b/requirements.in
@@ -5,21 +5,12 @@ Beaker==1.6.4
 bleach==3.1.0
 chardet==1.0.1
 colander==1.7.0
-# dep of pypeline
-Creoleparser==0.7.5
 decorator==3.3.2
-# dep of pypeline, sphinx
 EasyWidgets==0.3.2
-docutils==0.14
 faulthandler==2.1
 feedparser==5.1.3
 FormEncode==1.2.4
-# dep of Creoleparser
-Genshi==0.7.3
 html5lib==1.0.1
-# dep of oauth2
-httplib2==0.7.4
-iso8601==0.1.12
 Jinja2==2.10
 Markdown==2.2.1
 Ming==0.5.6
@@ -31,7 +22,7 @@ Pillow==5.2.0
 poster==0.8.1
 Pygments==2.2.0
 pymongo==2.8.1
-Pypeline==0.5
+Pypeline[creole,markdown,textile,rst]==0.5
 pysolr==3.6.0
 python-dateutil==1.5
 python-magic==0.4.3
@@ -39,44 +30,21 @@ python-oembed==0.2.1
 pytz==2014.10
 qrcode==5.3
 requests==2.11.1
-oauthlib==0.4.2
 requests-oauthlib==0.4.0
 # for taskd proc name switching
 setproctitle==1.1.9
 six==1.12.0
-# dep of pypeline
-textile==3.0.4
-# dep of colander
-translationstring==1.3
 TimerMiddleware==0.5.0
 TurboGears2==2.3.12
-# dep of html5lib
-webencodings==0.5.1
 WebOb==1.7.4
 
-# dependencies for cryptography
 cryptography==2.6.1
-# loose spec for setuptools since it is a very base package; but cryptography needs it past a certain version
-setuptools>=11.3
-cffi==1.12.2
-pycparser==2.19
-enum34==1.1.6
-ipaddress==1.0.22
-asn1crypto==0.24.0
 
-# tg2 deps (not used directly)
-Babel==1.3
 backlash==0.1.4
-crank==0.8.1
-Mako==1.0.7
 MarkupSafe==1.0
-repoze.lru==0.7
 WebHelpers==1.3
 
-# git deps
 GitPython==2.1.11
-gitdb2==2.0.4
-smmap2==2.0.4
 
 # testing & development
 datadiff==1.1.5
@@ -87,10 +55,6 @@ pyflakes==0.8.1
 WebTest==2.0.33
 testfixtures==3.0.0
 pylint==1.4.4
-# setup dep of Textile
-pytest-runner==5.1
-astroid==1.3.8
-logilab-common==1.0.2
 q==2.3
 sphinx-argparse==0.2.5
 sphinx-rtd-theme==0.1.6
diff --git a/requirements.txt b/requirements.txt
index f0c0827..51adf17 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6,43 +6,42 @@
 #
 activitystream==0.2.2
 alabaster==0.7.12         # via sphinx
-asn1crypto==0.24.0
-astroid==1.3.8
-babel==1.3
+asn1crypto==0.24.0        # via cryptography
+astroid==1.3.8            # via pylint
+babel==1.3                # via sphinx
 backlash==0.1.4
 beaker==1.6.4
 beautifulsoup4==4.6.1
 beautifulsoup==3.2.0
 bleach==3.1.0
-cffi==1.12.2
+cffi==1.12.2              # via cryptography
 chardet==1.0.1
 colander==1.7.0
-crank==0.8.1
-creoleparser==0.7.5
+crank==0.8.1              # via turbogears2
+creoleparser==0.7.5       # via pypeline
 cryptography==2.6.1
 datadiff==1.1.5
 decorator==3.3.2
-docutils==0.14
+docutils==0.14            # via pypeline, sphinx
 easywidgets==0.3.2
 emoji==0.5.1
-enum34==1.1.6
+enum34==1.1.6             # via colander, cryptography
 faulthandler==2.1
 feedparser==5.1.3
 formencode==1.2.4
 future==0.17.1            # via timermiddleware
-genshi==0.7.3
-gitdb2==2.0.4
+genshi==0.7.3             # via creoleparser
+gitdb2==2.0.4             # via gitpython
 gitpython==2.1.11
 gunicorn==19.4.5
 html5lib==1.0.1
-httplib2==0.7.4
+httplib2==0.7.4           # via oauth2
 imagesize==1.1.0          # via sphinx
-ipaddress==1.0.22
+ipaddress==1.0.22         # via cryptography
 ipython==1.2.1
-iso8601==0.1.12
+iso8601==0.1.12           # via colander
 jinja2==2.10
-logilab-common==1.0.2
-mako==1.0.7
+logilab-common==1.0.2     # via astroid, pylint
 markdown-checklist==0.4.1
 markdown==2.2.1
 markupsafe==1.0
@@ -50,34 +49,33 @@ ming==0.5.6
 mock==1.0.1
 nose==1.3.4
 oauth2==1.5.170
-oauthlib==0.4.2
+oauthlib==0.4.2           # via requests-oauthlib
 packaging==19.0           # via sphinx
 paste==3.0.1
 pastedeploy==1.5.2
 pastescript==2.0.2
 pillow==5.2.0
 poster==0.8.1
-pycparser==2.19
+pycparser==2.19           # via cffi
 pyflakes==0.8.1
 pygments==2.2.0
 pylint==1.4.4
 pymongo==2.8.1
 pyparsing==2.4.0          # via packaging
-pypeline==0.5
+pypeline[creole,markdown,rst,textile]==0.5
 pysolr==3.6.0
-pytest-runner==5.1
 python-dateutil==1.5
 python-magic==0.4.3
 python-oembed==0.2.1
 pytz==2014.10
 q==2.3
 qrcode==5.3
-repoze.lru==0.7
+repoze.lru==0.7           # via turbogears2
 requests-oauthlib==0.4.0
 requests==2.11.1
 setproctitle==1.1.9
 six==1.12.0
-smmap2==2.0.4
+smmap2==2.0.4             # via gitdb2
 snowballstemmer==1.9.0    # via sphinx
 sphinx-argparse==0.2.5
 sphinx-rtd-theme==0.1.6
@@ -85,16 +83,16 @@ sphinx==1.8.5             # via sphinx-argparse, sphinx-rtd-theme, sphinxcontrib
 sphinxcontrib-programoutput==0.8
 sphinxcontrib-websupport==1.1.2  # via sphinx
 testfixtures==3.0.0
-textile==3.0.4
+textile==3.0.4            # via pypeline
 timermiddleware==0.5.0
-translationstring==1.3
+translationstring==1.3    # via colander
 turbogears2==2.3.12
 typing==3.7.4             # via sphinx
 waitress==1.3.0           # via webtest
-webencodings==0.5.1
+webencodings==0.5.1       # via bleach, html5lib
 webhelpers==1.3
 webob==1.7.4
 webtest==2.0.33
 
 # The following packages are considered to be unsafe in a requirements file:
-# setuptools==41.0.1
+# setuptools==41.0.1        # via logilab-common, sphinx


[allura] 02/04: [#8311] generate requirements.txt

Posted by br...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

brondsem pushed a commit to branch db/8311
in repository https://gitbox.apache.org/repos/asf/allura.git

commit cd49c0e0e84159793e384fded49dfe29ccf8f7bc
Author: Dave Brondsema <da...@brondsema.net>
AuthorDate: Wed Jun 26 18:10:06 2019 -0400

    [#8311] generate requirements.txt
---
 requirements.txt | 100 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 100 insertions(+)

diff --git a/requirements.txt b/requirements.txt
new file mode 100644
index 0000000..f0c0827
--- /dev/null
+++ b/requirements.txt
@@ -0,0 +1,100 @@
+#
+# This file is autogenerated by pip-compile
+# To update, run:
+#
+#    pip-compile
+#
+activitystream==0.2.2
+alabaster==0.7.12         # via sphinx
+asn1crypto==0.24.0
+astroid==1.3.8
+babel==1.3
+backlash==0.1.4
+beaker==1.6.4
+beautifulsoup4==4.6.1
+beautifulsoup==3.2.0
+bleach==3.1.0
+cffi==1.12.2
+chardet==1.0.1
+colander==1.7.0
+crank==0.8.1
+creoleparser==0.7.5
+cryptography==2.6.1
+datadiff==1.1.5
+decorator==3.3.2
+docutils==0.14
+easywidgets==0.3.2
+emoji==0.5.1
+enum34==1.1.6
+faulthandler==2.1
+feedparser==5.1.3
+formencode==1.2.4
+future==0.17.1            # via timermiddleware
+genshi==0.7.3
+gitdb2==2.0.4
+gitpython==2.1.11
+gunicorn==19.4.5
+html5lib==1.0.1
+httplib2==0.7.4
+imagesize==1.1.0          # via sphinx
+ipaddress==1.0.22
+ipython==1.2.1
+iso8601==0.1.12
+jinja2==2.10
+logilab-common==1.0.2
+mako==1.0.7
+markdown-checklist==0.4.1
+markdown==2.2.1
+markupsafe==1.0
+ming==0.5.6
+mock==1.0.1
+nose==1.3.4
+oauth2==1.5.170
+oauthlib==0.4.2
+packaging==19.0           # via sphinx
+paste==3.0.1
+pastedeploy==1.5.2
+pastescript==2.0.2
+pillow==5.2.0
+poster==0.8.1
+pycparser==2.19
+pyflakes==0.8.1
+pygments==2.2.0
+pylint==1.4.4
+pymongo==2.8.1
+pyparsing==2.4.0          # via packaging
+pypeline==0.5
+pysolr==3.6.0
+pytest-runner==5.1
+python-dateutil==1.5
+python-magic==0.4.3
+python-oembed==0.2.1
+pytz==2014.10
+q==2.3
+qrcode==5.3
+repoze.lru==0.7
+requests-oauthlib==0.4.0
+requests==2.11.1
+setproctitle==1.1.9
+six==1.12.0
+smmap2==2.0.4
+snowballstemmer==1.9.0    # via sphinx
+sphinx-argparse==0.2.5
+sphinx-rtd-theme==0.1.6
+sphinx==1.8.5             # via sphinx-argparse, sphinx-rtd-theme, sphinxcontrib-programoutput
+sphinxcontrib-programoutput==0.8
+sphinxcontrib-websupport==1.1.2  # via sphinx
+testfixtures==3.0.0
+textile==3.0.4
+timermiddleware==0.5.0
+translationstring==1.3
+turbogears2==2.3.12
+typing==3.7.4             # via sphinx
+waitress==1.3.0           # via webtest
+webencodings==0.5.1
+webhelpers==1.3
+webob==1.7.4
+webtest==2.0.33
+
+# The following packages are considered to be unsafe in a requirements file:
+# setuptools==41.0.1


[allura] 04/04: [#8311] re-sort req.in, and split out a req-dev.in/txt Upgrade pytz for compat with sphinx->babel->pytz

Posted by br...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

brondsem pushed a commit to branch db/8311
in repository https://gitbox.apache.org/repos/asf/allura.git

commit 29585bb47791c09317e76dae2255e00cd2af5ed6
Author: Dave Brondsema <da...@brondsema.net>
AuthorDate: Thu Jun 27 10:10:16 2019 -0400

    [#8311] re-sort req.in, and split out a req-dev.in/txt  Upgrade pytz for compat with sphinx->babel->pytz
---
 requirements-dev.in                      | 10 +++++++++
 requirements.txt => requirements-dev.txt | 10 +++++----
 requirements.in                          | 38 +++++++++++---------------------
 requirements.txt                         | 21 ++++--------------
 4 files changed, 33 insertions(+), 46 deletions(-)

diff --git a/requirements-dev.in b/requirements-dev.in
new file mode 100644
index 0000000..68bc62e
--- /dev/null
+++ b/requirements-dev.in
@@ -0,0 +1,10 @@
+-r requirements.in
+
+# development-only dependencies
+# nothing needed at runtime or for tests
+
+pip-tools==3.8.0
+q==2.3
+sphinx-argparse==0.2.5
+sphinx-rtd-theme==0.1.6
+sphinxcontrib-programoutput==0.8
diff --git a/requirements.txt b/requirements-dev.txt
similarity index 93%
copy from requirements.txt
copy to requirements-dev.txt
index 51adf17..b71d980 100644
--- a/requirements.txt
+++ b/requirements-dev.txt
@@ -2,20 +2,21 @@
 # This file is autogenerated by pip-compile
 # To update, run:
 #
-#    pip-compile
+#    pip-compile requirements-dev.in
 #
 activitystream==0.2.2
 alabaster==0.7.12         # via sphinx
 asn1crypto==0.24.0        # via cryptography
 astroid==1.3.8            # via pylint
-babel==1.3                # via sphinx
+babel==2.7.0              # via sphinx
 backlash==0.1.4
 beaker==1.6.4
 beautifulsoup4==4.6.1
 beautifulsoup==3.2.0
-bleach==3.1.0
+bleach==3.1.0             # via pypeline
 cffi==1.12.2              # via cryptography
 chardet==1.0.1
+click==7.0                # via pip-tools
 colander==1.7.0
 crank==0.8.1              # via turbogears2
 creoleparser==0.7.5       # via pypeline
@@ -55,6 +56,7 @@ paste==3.0.1
 pastedeploy==1.5.2
 pastescript==2.0.2
 pillow==5.2.0
+pip-tools==3.8.0
 poster==0.8.1
 pycparser==2.19           # via cffi
 pyflakes==0.8.1
@@ -67,7 +69,7 @@ pysolr==3.6.0
 python-dateutil==1.5
 python-magic==0.4.3
 python-oembed==0.2.1
-pytz==2014.10
+pytz==2019.1
 q==2.3
 qrcode==5.3
 repoze.lru==0.7           # via turbogears2
diff --git a/requirements.in b/requirements.in
index de7464a..e82dc30 100644
--- a/requirements.in
+++ b/requirements.in
@@ -2,24 +2,28 @@ ActivityStream==0.2.2
 BeautifulSoup==3.2.0
 beautifulsoup4==4.6.1
 Beaker==1.6.4
-bleach==3.1.0
+backlash==0.1.4
 chardet==1.0.1
 colander==1.7.0
+cryptography==2.6.1
 decorator==3.3.2
 EasyWidgets==0.3.2
+emoji==0.5.1
 faulthandler==2.1
 feedparser==5.1.3
 FormEncode==1.2.4
+GitPython==2.1.11
 html5lib==1.0.1
 Jinja2==2.10
 Markdown==2.2.1
+markdown-checklist==0.4.1
+MarkupSafe==1.0
 Ming==0.5.6
 oauth2==1.5.170
 Paste==3.0.1
 PasteDeploy==1.5.2
 PasteScript==2.0.2
 Pillow==5.2.0
-poster==0.8.1
 Pygments==2.2.0
 pymongo==2.8.1
 Pypeline[creole,markdown,textile,rst]==0.5
@@ -27,7 +31,7 @@ pysolr==3.6.0
 python-dateutil==1.5
 python-magic==0.4.3
 python-oembed==0.2.1
-pytz==2014.10
+pytz==2019.1
 qrcode==5.3
 requests==2.11.1
 requests-oauthlib==0.4.0
@@ -36,35 +40,19 @@ setproctitle==1.1.9
 six==1.12.0
 TimerMiddleware==0.5.0
 TurboGears2==2.3.12
-WebOb==1.7.4
-
-cryptography==2.6.1
-
-backlash==0.1.4
-MarkupSafe==1.0
 WebHelpers==1.3
+WebOb==1.7.4
 
-GitPython==2.1.11
-
-# testing & development
+# testing
 datadiff==1.1.5
 ipython==1.2.1
 mock==1.0.1
 nose==1.3.4
+poster==0.8.1
 pyflakes==0.8.1
-WebTest==2.0.33
-testfixtures==3.0.0
 pylint==1.4.4
-q==2.3
-sphinx-argparse==0.2.5
-sphinx-rtd-theme==0.1.6
-sphinxcontrib-programoutput==0.8
+testfixtures==3.0.0
+WebTest==2.0.33
 
 # deployment
-gunicorn==19.4.5
-
-# markdown extensions
-markdown-checklist==0.4.1
-
-# emoji library
-emoji==0.5.1
+gunicorn==19.4.5
\ No newline at end of file
diff --git a/requirements.txt b/requirements.txt
index 51adf17..b953b53 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,15 +5,13 @@
 #    pip-compile
 #
 activitystream==0.2.2
-alabaster==0.7.12         # via sphinx
 asn1crypto==0.24.0        # via cryptography
 astroid==1.3.8            # via pylint
-babel==1.3                # via sphinx
 backlash==0.1.4
 beaker==1.6.4
 beautifulsoup4==4.6.1
 beautifulsoup==3.2.0
-bleach==3.1.0
+bleach==3.1.0             # via pypeline
 cffi==1.12.2              # via cryptography
 chardet==1.0.1
 colander==1.7.0
@@ -22,7 +20,7 @@ creoleparser==0.7.5       # via pypeline
 cryptography==2.6.1
 datadiff==1.1.5
 decorator==3.3.2
-docutils==0.14            # via pypeline, sphinx
+docutils==0.14            # via pypeline
 easywidgets==0.3.2
 emoji==0.5.1
 enum34==1.1.6             # via colander, cryptography
@@ -36,7 +34,6 @@ gitpython==2.1.11
 gunicorn==19.4.5
 html5lib==1.0.1
 httplib2==0.7.4           # via oauth2
-imagesize==1.1.0          # via sphinx
 ipaddress==1.0.22         # via cryptography
 ipython==1.2.1
 iso8601==0.1.12           # via colander
@@ -50,7 +47,6 @@ mock==1.0.1
 nose==1.3.4
 oauth2==1.5.170
 oauthlib==0.4.2           # via requests-oauthlib
-packaging==19.0           # via sphinx
 paste==3.0.1
 pastedeploy==1.5.2
 pastescript==2.0.2
@@ -61,14 +57,12 @@ pyflakes==0.8.1
 pygments==2.2.0
 pylint==1.4.4
 pymongo==2.8.1
-pyparsing==2.4.0          # via packaging
 pypeline[creole,markdown,rst,textile]==0.5
 pysolr==3.6.0
 python-dateutil==1.5
 python-magic==0.4.3
 python-oembed==0.2.1
-pytz==2014.10
-q==2.3
+pytz==2019.1
 qrcode==5.3
 repoze.lru==0.7           # via turbogears2
 requests-oauthlib==0.4.0
@@ -76,18 +70,11 @@ requests==2.11.1
 setproctitle==1.1.9
 six==1.12.0
 smmap2==2.0.4             # via gitdb2
-snowballstemmer==1.9.0    # via sphinx
-sphinx-argparse==0.2.5
-sphinx-rtd-theme==0.1.6
-sphinx==1.8.5             # via sphinx-argparse, sphinx-rtd-theme, sphinxcontrib-programoutput
-sphinxcontrib-programoutput==0.8
-sphinxcontrib-websupport==1.1.2  # via sphinx
 testfixtures==3.0.0
 textile==3.0.4            # via pypeline
 timermiddleware==0.5.0
 translationstring==1.3    # via colander
 turbogears2==2.3.12
-typing==3.7.4             # via sphinx
 waitress==1.3.0           # via webtest
 webencodings==0.5.1       # via bleach, html5lib
 webhelpers==1.3
@@ -95,4 +82,4 @@ webob==1.7.4
 webtest==2.0.33
 
 # The following packages are considered to be unsafe in a requirements file:
-# setuptools==41.0.1        # via logilab-common, sphinx
+# setuptools==41.0.1        # via logilab-common