heitbaum
de32158aa7
simplejson: update to 3.17.5
...
update 3.17.2 (2020-07-17) to 3.17.5 (2021-08-24)
changes:
- https://github.com/simplejson/simplejson/blob/master/CHANGES.txt
2021-10-16 19:33:55 +11:00
heitbaum
3e41725603
pycryptodome: update to 3.11.0
...
update 3.10.1 (2021-02-09) to 3.11.0 (2021-10-08)
changelog:
- https://github.com/Legrandin/pycryptodome/blob/master/Changelog.rst
2021-10-16 19:33:55 +11:00
heitbaum
8107fa46f8
Pillow: update to 8.4.0
...
update 8.1.2 (2021-03-06) to 8.4.0 (2021-10-15)
Pillow is released quarterly on January 2nd, April 1st, July 1st and
October 15th. Patch releases are created if the latest release contains
severe bugs, or if security fixes are put together before a scheduled
release. See Versioning for more information.
Regular October 15th (2021) quarterly release - This is a Main Release.
release notes:
- https://pillow.readthedocs.io/en/latest/releasenotes/8.4.0.html
- https://github.com/python-pillow/Pillow/releases
2021-10-16 19:33:55 +11:00
heitbaum
a9b2921899
Mako: update to 1.1.5
...
update 1.1.4 (2021-01-15) to 1.1.5 (2021-08-21)
changelog:
- https://docs.makotemplates.org/en/latest/changelog.html
bug:tests:
- Fixed some issues with running the test suite which would be revealed by running tests in random order.
2021-10-16 19:31:09 +11:00
heitbaum
ddb04cf269
MarkupSafe: update to 2.0.1
...
update 1.1.1 (2019-02-24) to 2.0.1 (2021-05-19)
changes:
- https://github.com/pallets/markupsafe/blob/main/CHANGES.rst
Version 2.0.1 - Released 2021-05-18
- Mark top-level names as exported so type checking understands imports in user projects.
- Fix some types that weren't available in Python 3.6.0.
Version 2.0.0 -Released 2021-05-11
- Drop Python 2.7, 3.4, and 3.5 support.
- Markup.unescape uses `html.unescape` to support HTML5 character references.
- Add type annotations for static typing tools.
2021-10-16 19:27:25 +11:00
heitbaum
77637926f7
meson: update to 0.59.2
2021-10-14 20:53:35 +11:00
heitbaum
19b6b2cc61
meson: update to 0.59.1
...
update from 0.57.1 (22 Feb 2021) to 0.59.1 (18 August 2021)
changelogs:
- https://github.com/mesonbuild/meson/milestone/60?closed=1 # 0.57.2
- https://github.com/mesonbuild/meson/milestone/58?closed=1 # 0.58.0
- https://github.com/mesonbuild/meson/milestone/61?closed=1 # 0.58.1
- https://github.com/mesonbuild/meson/milestone/63?closed=1 # 0.58.2
- https://github.com/mesonbuild/meson/milestone/62?closed=1 # 0.59.0
- https://github.com/mesonbuild/meson/milestone/64?closed=1 # 0.59.1
release notes:
- https://mesonbuild.com/Release-notes-for-0-57-0.html
- https://mesonbuild.com/Release-notes-for-0-58-0.html
- https://mesonbuild.com/Release-notes-for-0-59-0.html
2021-09-11 23:21:26 +10:00
CvH
4f8d8eabd3
Merge pull request #5276 from arthur-liberman/fix-glib
...
Update build system for new meson and fix up glib package
2021-08-11 13:19:20 +02:00
CvH
e91a81a384
Merge pull request #5086 from heitbaum/set
...
setuptools: update to 52.0.0
2021-08-11 13:13:02 +02:00
CvH
d835097648
Merge pull request #5121 from heitbaum/ma
...
pycryptodome: update to 3.10.1
2021-08-11 13:01:07 +02:00
Arthur Liberman
ffaff3013a
meson: update to 0.57.1
2021-03-27 15:16:21 +03:00
CvH
92a895a763
Merge pull request #5220 from heitbaum/pi
...
Pillow: update to 8.1.2
2021-03-27 07:48:19 +01:00
heitbaum
379680c3e7
Pillow: update to 8.1.2
...
Update 8.1.0 (2021-01-02) to 8.1.2 (2021-03-06)
Release notes at: https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst
- Use more specific regex chars to prevent ReDoS. CVE-2021-25292 [hugovk]
- Fix OOB Read in TiffDecode.c, and check the tile validity before reading. CVE-2021-25291 [wiredfool]
- Fix negative size read in TiffDecode.c. CVE-2021-25290 [wiredfool]
- Fix OOB read in SgiRleDecode.c. CVE-2021-25293 [wiredfool]
- Incorrect error code checking in TiffDecode.c. CVE-2021-25289 [wiredfool]
- PyModule_AddObject fix for Python 3.10 #5194 [radarhere]
- Fix Memory DOS in BLP (CVE-2021-27921), ICNS (CVE-2021-27922) and ICO (CVE-2021-27923) Image Plugins [wiredfool]
2021-03-06 06:33:28 +00:00
heitbaum
99d8f1aa71
pygobject: drop unused package (replaced by dbussy)
2021-02-28 20:29:57 +00:00
heitbaum
d1564b52e8
dbus-python: drop unused package (replaced by dbussy)
2021-02-28 20:29:57 +00:00
heitbaum
3723f0de82
pycryptodome: update to 3.10.1
...
update 3.9.9 (2020-11-02) to 3.10.1 (2021-02-09)
changelog: https://raw.githubusercontent.com/Legrandin/pycryptodome/master/Changelog.rst
2021-02-11 10:29:17 +00:00
heitbaum
9ee91fdafc
setuptools: update to 52.0.0
...
update 51.1.2 (2021-01-09) to 52.0.0 (2021-01-24)
release history: https://pypi.org/project/setuptools/#history
log: https://github.com/pypa/setuptools/compare/v51.1.2...v52.0.0
change log: https://github.com/pypa/setuptools/blob/main/CHANGES.rst
2021-02-02 11:09:53 +00:00
heitbaum
6a896db7a6
waf: update to 2.0.22
...
update 2.0.21 (2020-11-08) to 2.0.22 (2021-01-30)
changelog: https://gitlab.com/ita1024/waf/blob/master/ChangeLog
2021-01-31 09:49:37 +00:00
heitbaum
48c7327768
Mako: update to 1.1.4
...
update 1.1.3 to 1.1.4
changelog: https://docs.makotemplates.org/en/latest/changelog.html#id1
2021-01-24 11:13:23 +00:00
Ian Leonard
54d9d281d7
python: automated code cleanup
...
Signed-off-by: Ian Leonard <antonlacon@gmail.com >
2021-01-19 19:34:13 +00:00
heitbaum
7c102f55d8
setuptools: update 51.1.2
...
update 51.1.1 to 51.1.2
changelog: https://github.com/pypa/setuptools/blob/main/CHANGES.rst
resolves: https://github.com/pypa/setuptools/issues/2505
2021-01-13 22:19:54 +00:00
CvH
f011f0bce1
Merge pull request #4899 from heitbaum/bump-py
...
pycryptodome: update to 3.9.9
2021-01-11 18:16:49 +01:00
heitbaum
f20b745ead
pycryptodome: update to 3.9.9
2021-01-08 04:19:26 +00:00
heitbaum
ee404f7476
Pillow: update to 8.1.0
...
Update from 8.0.1 (2020-10-22) to 8.1.0 (2020-01-02)
Release notes at:
https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst
2021-01-07 20:51:26 +00:00
heitbaum
2d0199eb50
setuptools: update to 51.1.1
2021-01-06 09:50:03 +00:00