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 2022/07/08 15:13:49 UTC

[allura] branch master updated (204044ef2 -> e8d2310e1)

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

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


    from 204044ef2 [#8422] greedily prefetch thread artifact refs and attachments in batches
     add 67233a562 [#8445] Upgrade cryptography 36.0.2 -> 37.0.4, and its deps: cffi,pycparser
     new 8d449bfca [#8445] limit markupsafe; Upgrade EasyWidgets 0.4.1, and its deps: formencode,six,markupsafe,paste,setuptools,six,python-dateutil,six,six,webob
     new e3b321900 [#8445] Upgrade feedparser 6.0.8 -> 6.0.10, and its deps: sgmllib3k
     new fb830af8c [#8445] Upgrade Jinja2 3.1.1 -> 3.1.2, and its deps: markupsafe
     new 811886601 [#8445] Upgrade markdown 3.3.6 -> 3.3.7, and its deps: importlib-metadata,typing-extensions,zipp
     new d5724c0c7 [#8445] Upgrade Pillow 9.1.1 -> 9.2.0
     new 2247e50e1 [#8445] Upgrade Pygments 2.11.2 -> 2.12.0
     new c07cea512 [#8445] Upgrade Pypeline 0.6.0 -> no upgrade, and its deps: bleach,six,webencodings,html5lib,six,webencodings,Creoleparser,Genshi,six,six,markdown,importlib-metadata,typing-extensions,zipp,textile,html5lib,six,webencodings,regex
     new b45cd8d08 [#8445] Upgrade python-magic 0.4.25 -> 0.4.27
     new 967a275e4 [#8445] Upgrade setproctitle 1.2.2 -> 1.2.3
     new da4fa03df [#8445] Upgrade Werkzeug 2.1.1 -> 2.1.2
     new e8d2310e1 [#8445] Upgrade wrapt 1.14.0 -> 1.14.1

The 11 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.


Summary of changes:
 requirements.in  |  2 +-
 requirements.txt | 40 ++++++++++++++++++++--------------------
 2 files changed, 21 insertions(+), 21 deletions(-)


[allura] 10/11: [#8445] Upgrade Werkzeug 2.1.1 -> 2.1.2

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

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

commit da4fa03df09f7874209378d579348d807b5e2b46
Author: Guillermo Cruz <gu...@slashdotmedia.com>
AuthorDate: Wed Jul 6 19:46:32 2022 +0000

    [#8445] Upgrade Werkzeug 2.1.1 -> 2.1.2
---
 requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index 10e5aa0b0..aaddbe28a 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -216,7 +216,7 @@ webob==1.7.4
     #   webtest
 webtest==3.0.0
     # via -r requirements.in
-werkzeug==2.1.1
+werkzeug==2.1.2
     # via -r requirements.in
 wrapt==1.14.0
     # via -r requirements.in


[allura] 06/11: [#8445] Upgrade Pygments 2.11.2 -> 2.12.0

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

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

commit 2247e50e1087d1f3d6f395dea078d7dcf3dca2ff
Author: Guillermo Cruz <gu...@slashdotmedia.com>
AuthorDate: Wed Jul 6 19:42:32 2022 +0000

    [#8445] Upgrade Pygments 2.11.2 -> 2.12.0
---
 requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index cac70200d..2eb16de93 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -116,7 +116,7 @@ pycparser==2.21
     # via cffi
 pyflakes==2.4.0
     # via -r requirements.in
-pygments==2.11.2
+pygments==2.12.0
     # via -r requirements.in
 pymongo==3.11.4
     # via


[allura] 04/11: [#8445] Upgrade markdown 3.3.6 -> 3.3.7, and its deps: importlib-metadata,typing-extensions,zipp

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

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

commit 81188660144075cca1b18bb41f2dd4f0c5b76b55
Author: Guillermo Cruz <gu...@slashdotmedia.com>
AuthorDate: Wed Jul 6 19:33:12 2022 +0000

    [#8445] Upgrade markdown 3.3.6 -> 3.3.7, and its deps: importlib-metadata,typing-extensions,zipp
    
        markdown                          3.3.6 -> 3.3.7
            importlib-metadata           4.12.0 -> no upgrade
                typing-extensions         4.3.0 -> no upgrade
                zipp                      3.8.0 -> no upgrade
---
 requirements.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index 635925cec..dbaf9d1be 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -65,7 +65,7 @@ httplib2==0.19.0
     # via oauth2
 idna==3.3
     # via requests
-importlib-metadata==4.11.3
+importlib-metadata==4.12.0
     # via markdown
 inflection==0.5.1
     # via profanityfilter
@@ -73,7 +73,7 @@ iso8601==1.0.2
     # via colander
 jinja2==3.1.2
     # via -r requirements.in
-markdown==3.3.6
+markdown==3.3.7
     # via
     #   -r requirements.in
     #   markdown-checklist
@@ -192,7 +192,7 @@ translationstring==1.4
     # via colander
 turbogears2==2.3.12
     # via -r requirements.in
-typing-extensions==4.1.1
+typing-extensions==4.3.0
     # via
     #   gitpython
     #   importlib-metadata


[allura] 02/11: [#8445] Upgrade feedparser 6.0.8 -> 6.0.10, and its deps: sgmllib3k

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

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

commit e3b321900dc8d562b6a7591bf3ce0dd1da51ddb4
Author: Guillermo Cruz <gu...@slashdotmedia.com>
AuthorDate: Wed Jul 6 19:32:14 2022 +0000

    [#8445] Upgrade feedparser 6.0.8 -> 6.0.10, and its deps: sgmllib3k
    
        feedparser                        6.0.8 -> 6.0.10
            sgmllib3k                     1.0.0 -> no upgrade
---
 requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index bfc95d1f2..db895423f 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -42,7 +42,7 @@ emoji==1.7.0
     # via -r requirements.in
 feedgenerator==2.0.0
     # via -r requirements.in
-feedparser==6.0.8
+feedparser==6.0.10
     # via -r requirements.in
 formencode==2.0.1
     # via


[allura] 11/11: [#8445] Upgrade wrapt 1.14.0 -> 1.14.1

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

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

commit e8d2310e16bd1d841e3711634226631b2e2453a6
Author: Guillermo Cruz <gu...@slashdotmedia.com>
AuthorDate: Wed Jul 6 19:46:57 2022 +0000

    [#8445] Upgrade wrapt 1.14.0 -> 1.14.1
---
 requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index aaddbe28a..59ba145cd 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -218,7 +218,7 @@ webtest==3.0.0
     # via -r requirements.in
 werkzeug==2.1.2
     # via -r requirements.in
-wrapt==1.14.0
+wrapt==1.14.1
     # via -r requirements.in
 zipp==3.8.0
     # via importlib-metadata


[allura] 09/11: [#8445] Upgrade setproctitle 1.2.2 -> 1.2.3

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

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

commit 967a275e4e0ea4d6f0e5d78ef4a3314c2a95e966
Author: Guillermo Cruz <gu...@slashdotmedia.com>
AuthorDate: Wed Jul 6 19:45:11 2022 +0000

    [#8445] Upgrade setproctitle 1.2.2 -> 1.2.3
---
 requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index c667a5ad4..10e5aa0b0 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -159,7 +159,7 @@ requests==2.27.1
     #   requests-oauthlib
 requests-oauthlib==1.3.1
     # via -r requirements.in
-setproctitle==1.2.2
+setproctitle==1.2.3
     # via -r requirements.in
 sgmllib3k==1.0.0
     # via feedparser


[allura] 03/11: [#8445] Upgrade Jinja2 3.1.1 -> 3.1.2, and its deps: markupsafe

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

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

commit fb830af8cb89a03101b56a8b1089f7dc6cc6d3fb
Author: Guillermo Cruz <gu...@slashdotmedia.com>
AuthorDate: Wed Jul 6 19:32:43 2022 +0000

    [#8445] Upgrade Jinja2 3.1.1 -> 3.1.2, and its deps: markupsafe
    
        Jinja2                            3.1.1 -> 3.1.2
            markupsafe                    2.1.1 -> no upgrade
---
 requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index db895423f..635925cec 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -71,7 +71,7 @@ inflection==0.5.1
     # via profanityfilter
 iso8601==1.0.2
     # via colander
-jinja2==3.1.1
+jinja2==3.1.2
     # via -r requirements.in
 markdown==3.3.6
     # via


[allura] 01/11: [#8445] limit markupsafe; Upgrade EasyWidgets 0.4.1, and its deps: formencode,six,markupsafe,paste,setuptools,six,python-dateutil,six,six,webob

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

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

commit 8d449bfcacc680cb86f2f798aea572abf79949c0
Author: Guillermo Cruz <gu...@slashdotmedia.com>
AuthorDate: Wed Jul 6 19:20:34 2022 +0000

    [#8445] limit markupsafe; Upgrade EasyWidgets 0.4.1, and its deps: formencode,six,markupsafe,paste,setuptools,six,python-dateutil,six,six,webob
    
        EasyWidgets                       0.4.1 -> no upgrade
            formencode                    2.0.1 -> no upgrade
                six                      1.16.0 -> no upgrade
            markupsafe                    2.1.1 -> no upgrade
            paste                         3.5.1 -> no upgrade
                setuptools               63.1.0 -> skipped
                six                      1.16.0 -> no upgrade
            python-dateutil               2.8.2 -> no upgrade
                six                      1.16.0 -> no upgrade
            six                          1.16.0 -> no upgrade
            webob                         1.7.4 -> no upgrade (OUTDATED! latest is: 1.8.7)
---
 requirements.in  | 2 +-
 requirements.txt | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/requirements.in b/requirements.in
index 1546be7ad..4bfbabcd0 100644
--- a/requirements.in
+++ b/requirements.in
@@ -16,7 +16,7 @@ html5lib
 Jinja2
 Markdown
 markdown-checklist
-MarkupSafe
+MarkupSafe!=2.1.1
 Ming
 # TODO: move to "oauthlib" instead
 # oauth2 doesn't have a release with py3.6 support, but does have fixes on master:
diff --git a/requirements.txt b/requirements.txt
index 3bc8c0b3b..bfc95d1f2 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -36,7 +36,7 @@ decorator==5.1.1
     # via -r requirements.in
 docutils==0.18.1
     # via pypeline
-easywidgets==0.4
+easywidgets==0.4.1
     # via -r requirements.in
 emoji==1.7.0
     # via -r requirements.in
@@ -80,7 +80,7 @@ markdown==3.3.6
     #   pypeline
 markdown-checklist==0.4.3
     # via -r requirements.in
-markupsafe==2.0.1
+markupsafe==2.1.0
     # via
     #   -r requirements.in
     #   easywidgets
@@ -97,7 +97,7 @@ oauthlib==3.2.0
     # via requests-oauthlib
 paginate==0.5.6
     # via -r requirements.in
-paste==3.5.0
+paste==3.5.1
     # via
     #   -r requirements.in
     #   easywidgets
@@ -129,7 +129,7 @@ pypeline[creole,markdown,rst,textile]==0.6.0
     # via -r requirements.in
 pysolr==3.9.0
     # via -r requirements.in
-python-dateutil==2.8.0
+python-dateutil==2.8.2
     # via
     #   -r requirements.in
     #   easywidgets


[allura] 08/11: [#8445] Upgrade python-magic 0.4.25 -> 0.4.27

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

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

commit b45cd8d087d020c012e0255d245ecf01cac22979
Author: Guillermo Cruz <gu...@slashdotmedia.com>
AuthorDate: Wed Jul 6 19:44:07 2022 +0000

    [#8445] Upgrade python-magic 0.4.25 -> 0.4.27
---
 requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index b4d8be4dc..c667a5ad4 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -133,7 +133,7 @@ python-dateutil==2.8.2
     # via
     #   -r requirements.in
     #   easywidgets
-python-magic==0.4.25
+python-magic==0.4.27
     # via -r requirements.in
 python-oembed==0.2.4
     # via -r requirements.in


[allura] 05/11: [#8445] Upgrade Pillow 9.1.1 -> 9.2.0

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

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

commit d5724c0c7b1e1183eff8620020a3d53fa1aa5da1
Author: Guillermo Cruz <gu...@slashdotmedia.com>
AuthorDate: Wed Jul 6 19:34:28 2022 +0000

    [#8445] Upgrade Pillow 9.1.1 -> 9.2.0
---
 requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index dbaf9d1be..cac70200d 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -108,7 +108,7 @@ pastedeploy==2.1.1
     #   pastescript
 pastescript==3.2.1
     # via -r requirements.in
-pillow==9.1.0
+pillow==9.2.0
     # via -r requirements.in
 profanityfilter==2.0.6
     # via -r requirements.in


[allura] 07/11: [#8445] Upgrade Pypeline 0.6.0 -> no upgrade, and its deps: bleach,six,webencodings,html5lib,six,webencodings,Creoleparser,Genshi,six,six,markdown,importlib-metadata,typing-extensions,zipp,textile,html5lib,six,webencodings,regex

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

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

commit c07cea5120dc7021168f0e8fb0ee361e161ad579
Author: Guillermo Cruz <gu...@slashdotmedia.com>
AuthorDate: Wed Jul 6 19:43:30 2022 +0000

    [#8445] Upgrade Pypeline 0.6.0 -> no upgrade, and its deps: bleach,six,webencodings,html5lib,six,webencodings,Creoleparser,Genshi,six,six,markdown,importlib-metadata,typing-extensions,zipp,textile,html5lib,six,webencodings,regex
    
        Pypeline                          0.6.0 -> no upgrade
            bleach                        5.0.0 -> 5.0.1
                six                      1.16.0 -> no upgrade
                webencodings              0.5.1 -> no upgrade
            html5lib                        1.1 -> no upgrade
                six                      1.16.0 -> no upgrade
                webencodings              0.5.1 -> no upgrade
            Creoleparser                  0.7.5 -> no upgrade
                Genshi                    0.7.6 -> 0.7.7
                    six                  1.16.0 -> no upgrade
                six                      1.16.0 -> no upgrade
            markdown                      3.3.6 -> 3.3.7
                importlib-metadata       4.12.0 -> no upgrade
                    typing-extensions      4.3.0 -> no upgrade
                    zipp                  3.8.0 -> no upgrade
            textile                       4.0.2 -> no upgrade
                html5lib                    1.1 -> no upgrade
                    six                  1.16.0 -> no upgrade
                    webencodings          0.5.1 -> no upgrade
                regex                 2022.3.15 -> 2022.6.2
---
 requirements.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index 2eb16de93..b4d8be4dc 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -12,7 +12,7 @@ beautifulsoup4==4.11.1
     # via
     #   -r requirements.in
     #   webtest
-bleach[css]==5.0.0
+bleach[css]==5.0.1
     # via pypeline
 cchardet==2.1.7
     # via -r requirements.in
@@ -48,7 +48,7 @@ formencode==2.0.1
     # via
     #   -r requirements.in
     #   easywidgets
-genshi==0.7.6
+genshi==0.7.7
     # via creoleparser
 gitdb==4.0.9
     # via gitpython
@@ -144,7 +144,7 @@ pytz==2022.1
     #   ming
 qrcode==7.3.1
     # via -r requirements.in
-regex==2022.3.15
+regex==2022.6.2
     # via
     #   regex-as-re-globally
     #   textile