<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chango.git/scripts, branch 5.2.9</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/chango.git/atom?h=5.2.9</id>
<link rel='self' href='http://cgit.adnoto.dev/chango.git/atom?h=5.2.9'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/'/>
<updated>2025-11-26T23:07:10Z</updated>
<entry>
<title>[5.2.x] Added script to archive EOL stable branches.</title>
<updated>2025-11-26T23:07:10Z</updated>
<author>
<name>Natalia</name>
<email>124304+nessita@users.noreply.github.com</email>
</author>
<published>2025-11-26T16:22:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=24ef35a5856f86461decb1930406f42c4dadf350'/>
<id>urn:sha1:24ef35a5856f86461decb1930406f42c4dadf350</id>
<content type='text'>
This also fixed a small bash issue in `confirm_release.sh` script.

Backport of 532c1058a7dd2616181259c94eb92f2477038d2c from main.
</content>
</entry>
<entry>
<title>[5.2.x] Added scripts for building and releasing Django artifacts.</title>
<updated>2025-11-21T18:38:20Z</updated>
<author>
<name>Natalia</name>
<email>124304+nessita@users.noreply.github.com</email>
</author>
<published>2025-11-20T15:31:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=2f0947146f48e9cacf671d5e6b3860f1caa5538a'/>
<id>urn:sha1:2f0947146f48e9cacf671d5e6b3860f1caa5538a</id>
<content type='text'>
Backport of a523d5c8336f5f7f5e24a1cc8034ce65aedec3c6 from main.
</content>
</entry>
<entry>
<title>[5.2.x] Improved "fetch" translations helper to restrict the resulting set by date.</title>
<updated>2025-06-05T15:04:50Z</updated>
<author>
<name>Natalia</name>
<email>124304+nessita@users.noreply.github.com</email>
</author>
<published>2025-03-28T17:58:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=f11fb107662662f53a6ec45bbd36a06c6c4c05ea'/>
<id>urn:sha1:f11fb107662662f53a6ec45bbd36a06c6c4c05ea</id>
<content type='text'>
Backport of e715b07cf32f9d913f10efe87db7b4b0d793237a from main.
</content>
</entry>
<entry>
<title>Extended script to manage translations to support fetching new translations since a given date.</title>
<updated>2024-08-05T16:51:28Z</updated>
<author>
<name>nessita</name>
<email>124304+nessita@users.noreply.github.com</email>
</author>
<published>2024-08-05T16:51:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=e9e14709ffaefaf90c1b49e3d5a1c79b481df52a'/>
<id>urn:sha1:e9e14709ffaefaf90c1b49e3d5a1c79b481df52a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed obsolete rpm-related install code.</title>
<updated>2024-01-05T05:03:19Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2024-01-05T05:03:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=edcf8532ffda006bc125d9c93fca59f9037f490f'/>
<id>urn:sha1:edcf8532ffda006bc125d9c93fca59f9037f490f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #33476 -- Reformatted code with Black.</title>
<updated>2022-02-07T19:37:05Z</updated>
<author>
<name>django-bot</name>
<email>ops@djangoproject.com</email>
</author>
<published>2022-02-03T19:24:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=9c19aff7c7561e3a82978a272ecdaad40dda5c00'/>
<id>urn:sha1:9c19aff7c7561e3a82978a272ecdaad40dda5c00</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #32355 -- Modernized subprocess.run() calls.</title>
<updated>2021-09-27T06:20:24Z</updated>
<author>
<name>Adam Johnson</name>
<email>me@adamj.eu</email>
</author>
<published>2021-09-25T08:18:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=840ad06300ac38e0e0e18ea36d6969cc03c875a9'/>
<id>urn:sha1:840ad06300ac38e0e0e18ea36d6969cc03c875a9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #30116 -- Simplified stdout/stderr decoding with subprocess.run()'s encoding argument.</title>
<updated>2019-11-04T10:21:25Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2019-11-02T15:00:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=e0e88ceaaae4b27913cc9d3b48bf79c681605fba'/>
<id>urn:sha1:e0e88ceaaae4b27913cc9d3b48bf79c681605fba</id>
<content type='text'>
The encoding argument has been available since Python 3.6.
https://docs.python.org/3/library/subprocess.html#subprocess.run
</content>
</entry>
<entry>
<title>Adjusted subprocess.run() calls to use arg list, rather than string. </title>
<updated>2019-08-28T08:19:30Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2019-08-28T08:19:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=a44d80f88e22eda24dacef48e368895ebea96635'/>
<id>urn:sha1:a44d80f88e22eda24dacef48e368895ebea96635</id>
<content type='text'>
The Python docs recommend passing a sequence to subprocess.run() when
possible. Doing so allows for automatic escaping and quoting of
arguments.

https://docs.python.org/3/library/subprocess.html#frequently-used-arguments

&gt; args is required for all calls and should be a string, or a sequence
&gt; of program arguments. Providing a sequence of arguments is generally
&gt; preferred, as it allows the module to take care of any required
&gt; escaping and quoting of arguments (e.g. to permit spaces in file
&gt; names).

Also removed `shell=True` where unnecessary. </content>
</entry>
<entry>
<title>Replaced subprocess commands by run() wherever possible.</title>
<updated>2019-08-23T08:53:36Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2019-08-23T08:53:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=9386586f31b8a0bccf59a1bff647cd829d4e79aa'/>
<id>urn:sha1:9386586f31b8a0bccf59a1bff647cd829d4e79aa</id>
<content type='text'>
</content>
</entry>
</feed>
