Update all minor versions (4.4.0) (minor) - abandoned #47
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==2.9.1
->==2.16.0
==2.0.1
->==2.1.5
0.30.0
->0.31.0
==2.8.1
->==2.13.1
==0.25.0
->==0.29.0
5.2.1
->5.3.0
==24.0
->==24.1
==3.1.19
->==3.2.1
8.2.0
->8.3.2
==4.11.0
->==4.12.2
==0.29.0
->==0.30.6
Release Notes
python-babel/babel (Babel)
v2.16.0
Compare Source
Features
1113
1104
1102
1100
1101
--ignore-dirs
being incorrectly read (#1094) by @john-psina and @Edwin18 in :gh:1052
and :gh:1095
1085
Infrastructure
v2.15.0
Compare Source
Python version support
v2.14.0
Compare Source
Upcoming deprecation
Locale.number_symbols
will now have first-level keys for each numbering system.Since the implicit default numbering system still is
"latn"
, what had previouslybeen e.g.
Locale.number_symbols['decimal']
is nowLocale.number_symbols['latn']['decimal']
.distutils
orsetuptools
; if you had beenusing the Babel setuptools command extensions, you would need to explicitly depend on
setuptools
–though given you're running
setup.py
you probably already do.Features
1045
1046
v2.13.1
Compare Source
This is a patch release to fix a few bugs.
Fixes
v2.13.0
Compare Source
Upcoming deprecation (reverted)
v2.12.1
Compare Source
Fixes
v2.12.0
Compare Source
Deprecations & breaking changes
v2.11.0
Compare Source
Upcoming deprecation
v2.10.3
Compare Source
This is a bugfix release for Babel 2.10.2, which was mistakenly packaged with outdated locale data.
Thanks to Michał Górny for pointing this out and Jun Omae for verifying.
This and future Babel PyPI packages will be built by a more automated process,
which should make problems like this less likely to occur.
v2.10.2
Compare Source
This is a bugfix release for Babel 2.10.1.
872
) - Jun OmaedayPeriodRule
across 0:00 (:gh:871
) - Jun Omaeb
andB
period symbols in time format (:gh:869
) - Jun Omae864
) - Frank Harrisonv2.10.1
Compare Source
This is a bugfix release for Babel 2.10.0.
distutils
import. Regressed in :gh:843
. (:gh:852
) - Nehal J Waniv2.10.0
Compare Source
Upcoming deprecation
main/pyicu (PyICU)
v2.13.1
Compare Source
v2.13
Compare Source
v2.12
Compare Source
v2.11
Compare Source
v2.10.2
Compare Source
v2.10.1
Compare Source
v2.10
Compare Source
v2.9
Compare Source
MagicStack/asyncpg (asyncpg)
v0.29.0
Compare Source
Minor fixes and improvements.
Improvements
Python 3.12 and PostgreSQL 16 support (#1084)
(by @elprans in
deea86c
)Add support for tuple-format custom codecs on composite types (#1061)
(by @elprans in
922fcd1
)Support
target_session_attrs
in URL format, add tests (#1073)(by @elprans in
7cb4e70
)Infinity numeric support (#1067)
(by @krokoziabla in
0c3bf60
for #1020)Add support for the
WHERE
clause incopy_to
methods (#941)(by @kaylynn234 in
b7ffab6
)Add query logging callbacks and context manager (#1043)
(by @dcwatson in
b2697ff
)Fixes
When prepared statements are disabled, avoid relying on them harder (#1065)
(by @elprans in
cbf64e1
)Handle environments with HOME set to a not-a-directory (#1063)
(by @elprans in
af922bc
)Fix handling of non-ASCII passwords (#1062)
(by @elprans in
89d5bd0
)Disable JIT while doing type introspection (#1082)
(by @elprans in
f21ebf6
)Remove connection parameter caching in
Pool
(#1053)(by @ermakov-oleg in
4ddb039
)Switch to Python 3.12-style
wait_for
(#1086)(by @elprans in
4bdd8a7
)Update automatic PostGIS type conversion for Shapely 2.0 (#1085)
(by @ChimneySwift in
8b45beb
)Use the
timeout
context manager in the connection path (#1087)(by @elprans in
313b2b2
)Small fix for documentation on using SSL in Connection (#995)
(by @ScottFred in
ccc7baf
)Use cleanup_ctx in pool usage doc (#878)
(by @ir4y in
70c8bd8
)Close cursor portals once the iterator is exhausted (#1088)
(by @elprans in
ca9f03b
)Cut BaseProtocol circular reference on close. (#1049)
(by @pteromys in
93a6f79
)Allow passing hosts as tuples to
connect()
(in addition to lists) (#1021)(by @lezram in
d7faaff
)Other
(by @bryanforbes in
87ab143
)v0.28.0
Compare Source
Minor fixes and improvements.
Changes
Do not try to cleanup statements (#981)
(by @fvannee in
d2e710f
for #981)Add Pool.is_closing() method (#973)
(by @singingwolfboy in
9cb2c1c
for #973)Fix test_tls_version for LibreSSL (#974)
(by @CyberTailor in
7df9812
for #974)Handle environments without home dir (#1011)
(by @LeonardBesson in
172b8f6
for #1011)fix: salt and iterations parsing for scram (#1026)
(by @trigonometr in
7443a9e
for #1026)Add support for target_session_attrs (#987)
(by @JesseDeLoore in
bf74e88
for #987)Add support for READ UNCOMMITTED (#1039)
(by @benwah in
2f20bae
for #1039)Update benchmarks, add psycopg3 (#1042)
(by @elprans in
7d4fcf0
for #1042)v0.27.0
Compare Source
Support Python 3.11 and PostgreSQL 15. This release also drops support
for Python 3.6.
Changes
Add arm64 mac and linux wheels
(by @ddelange in
7bd6c49
for #954)Add Python 3.11 to the test matrix
(by @elprans in
5f908e6
for #948)Exclude .venv from flake8 (#958)
(by @jparise in
40b16ea
for #958)Upgrade to flake8 5.0.4 (from 3.9.2) (#961)
(by @jparise in
0e73fec
for #961)Show an example of a custom Record class (#960)
(by @jparise in
84c99bf
for #960)Use the exact type name in Record.repr (#959)
(by @jparise in
eccdf61
for #959)Drop Python 3.6 support (#940)
(by @bryanforbes in
bb0cb39
for #940)Test on Python 3.11 and PostgreSQL 15, fix workflow deprecations (#968)
(by @elprans in
eab7fdf
for #968)v0.26.0
Compare Source
Changes
Add support to use awaitable object in password function. (#889)
(by @kwarunek in
fb3b6bf
for #889)Support direct TLS connections (i.e. no STARTTLS) (#923)
(by @jackwotherspoon in
f2a937d
for #923)Fixes
Fix invalid
pyproject.toml
(#900)(by @Rongronggg9 in
eddb649
for #900)Add
record_class
parameter Pool.fetch and Pool.fetchrow (#896)(by @baltitenger in
2519cf3
for #896)Domain basetypes are introspected (#886) (#887)
(by @QuantumTM in
cca4a2d
for #886)Properly handle exceptions raised while handling server auth messages (#862)
(by @elprans in
bd19262
for #862)lxml/lxml (lxml)
v5.3.0
Compare Source
==================
Features added
CDATA
sections are no longer rejected but split on outputto represent
]]>
correctly.Patch by Gertjan Klein.
Bugs fixed
LP#2060160: Attribute values serialised differently in
xmlfile.element()
andxmlfile.write()
.LP#2058177: The ISO-Schematron implementation could fail on unknown prefixes.
Patch by David Lakin.
Other changes
LP#2067707: The
strip_cdata
option inHTMLParser()
turned out to be useless and is now deprecated.Binary wheels use the library versions libxml2 2.12.9 and libxslt 1.1.42.
Windows binary wheels use the library versions libxml2 2.11.8 and libxslt 1.1.39.
Built with Cython 3.0.11.
v5.2.2
Compare Source
==================
Bugs fixed
GH#417: The
test_feed_parser
test could fail iflxml_html_clean
was not installed.It is now skipped in that case.
LP#2059910: The minimum CPU architecture for the Linux x86 binary wheels was set back to
"core2", without SSE 4.2.
If libxml2 uses iconv, the compile time version is available as
etree.ICONV_COMPILED_VERSION
.pypa/packaging (packaging)
v24.1
Compare Source
What's Changed
_parser
docstring by @pradyunsg in https://github.com/pypa/packaging/pull/784markers.default_environment()
by @edgarrmondragon in https://github.com/pypa/packaging/pull/753New Contributors
Full Changelog: pypa/packaging@24.0...24.1
psycopg/psycopg (psycopg)
v3.2.1
Compare Source
v3.2.0
Compare Source
v3.1.20
Compare Source
pytest-dev/pytest (pytest)
v8.3.2
Compare Source
pytest 8.3.2 (2024-07-24)
Bug fixes
#12652: Resolve regression [conda]{.title-ref} environments where no longer being automatically detected.
-- by
RonnyPfannschmidt
{.interpreted-text role="user"}v8.3.1
Compare Source
pytest 8.3.1 (2024-07-20)
The 8.3.0 release failed to include the change notes and docs for the release. This patch release remedies this. There are no other changes.
v8.3.0
Compare Source
v8.2.2
Compare Source
pytest 8.2.2 (2024-06-04)
Bug Fixes
.pytest_cache
) creation. Regressed in pytest 8.2.0.Improved Documentation
lack of thread safety in pytest as a possible source of flakyness.
v8.2.1
Compare Source
pytest 8.2.1 (2024-05-19)
Improvements
Bug Fixes
.pytest_cache
directories becamerwx------
instead of the expectedrwxr-xr-x
.Trivial/Internal Changes
python/typing_extensions (typing_extensions)
v4.12.2
Compare Source
generics with an overridden
__eq__
method would raise errors.Patch by Jelle Zijlstra.
v4.12.1
Compare Source
of PEP 649 in Python 3.14. Patch by Jelle Zijlstra.
Annotated
types would causeTypeError
to be raised if the nestedAnnotated
type had unhashablemetadata. Patch by Alex Waygood.
v4.12.0
Compare Source
This release is mostly the same as 4.12.0rc1 but fixes one more
longstanding bug.
typing_extensions.ParamSpec
on Python 3.8 and3.9 that meant that
isinstance(typing_extensions.ParamSpec("P"), typing.TypeVar)
would have adifferent result in some situations depending on whether or not a profiling
function had been set using
sys.setprofile
. Patch by Alex Waygood.encode/uvicorn (uvicorn)
v0.30.6
Compare Source
Fixed
v0.30.5
Compare Source
Fixed
v0.30.4
Compare Source
Fixed
h11
sets client state toMUST_CLOSE
(#2375)v0.30.3
Compare Source
Fixed
KeyboardInterrupt
from CLI and programmatic usage (#2384)ClientDisconnect
inherits fromOSError
instead ofIOError
(#2393)v0.30.2
Compare Source
Added
reason
support towebsocket.disconnect
event (#2324)Fixed
v0.30.1
Compare Source
Fixed
\t
in response header values (#2345)v0.30.0
Compare Source
Added
ConfigParser
or aio.IO[Any]
onlog_config
(#1976)Fixed
content-length
header on 5xx (#2304)Deprecated
uvicorn.workers
module (#2302)Configuration
📅 Schedule: Branch creation - "after 5pm on the first day of the month" in timezone Europe/Zurich, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.