<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/lang/python/django1, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2022-03-17T02:38:32Z</updated>
<entry>
<title>python-packages: Remove unused library packages</title>
<updated>2022-03-17T02:38:32Z</updated>
<author>
<name>Jeffery To</name>
</author>
<published>2022-03-07T16:37:51Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=26f99270d276033569fd4e7ec079f7947b75bc17'/>
<id>urn:sha1:26f99270d276033569fd4e7ec079f7947b75bc17</id>
<content type='text'>
With the removal of Seafile, these library packages no longer have any
in-repo users. They will be imported into the abandoned packages
repo[1].

[1]: https://github.com/openwrt/packages-abandoned/pull/24

Signed-off-by: Jeffery To &lt;jeffery.to@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: mark django1 and dependents BROKEN</title>
<updated>2021-11-27T13:27:16Z</updated>
<author>
<name>Eneas U de Queiroz</name>
</author>
<published>2021-11-25T21:01:20Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=9d97f4ba14e6d2383cbb9a4eaf50c8f9ccae2aa8'/>
<id>urn:sha1:9d97f4ba14e6d2383cbb9a4eaf50c8f9ccae2aa8</id>
<content type='text'>
Django 1.x is not compatible with python 3.10.
Mark the package as BROKEN.  Since its dependent packages will also
select it, they will need to be marked BROKEN as well to avoid recursive
dependencies--packages not marked as BROKEN will be able to select the
broken package.

Signed-off-by: Eneas U de Queiroz &lt;cotequeiroz@gmail.com&gt;
</content>
</entry>
<entry>
<title>django1: Remove common package</title>
<updated>2020-04-22T20:24:23Z</updated>
<author>
<name>Jeffery To</name>
</author>
<published>2020-04-22T20:24:23Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=78ef6a9d31e07fbf58bf8eea77600033318328b3'/>
<id>urn:sha1:78ef6a9d31e07fbf58bf8eea77600033318328b3</id>
<content type='text'>
python-django1-common was added to allow both Python 2 and 3 versions of
Django 1.11 to be installed at the same time. With the removal of Python
2, this package is no longer necessary.

This removes this common package and updates the CONFLICTS value for the
django package.

Signed-off-by: Jeffery To &lt;jeffery.to@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-packages: Clean up Makefiles</title>
<updated>2020-04-22T08:36:55Z</updated>
<author>
<name>Jeffery To</name>
</author>
<published>2020-04-21T17:27:50Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=2210c4a60dd8fb6420f7bd3c6fe00ed0ae4c51be'/>
<id>urn:sha1:2210c4a60dd8fb6420f7bd3c6fe00ed0ae4c51be</id>
<content type='text'>
This removes:

* Python 3 variants (VARIANT:=python3)

* "for Python3" from package titles

* Package selection condition from package dependencies, e.g.
  +PACKAGE_python3-six:python3-light replaced with +python3-light

* "Default" package information sections, e.g.
  Package/python-six/Default removed and package details merged into
  Package/python3-six

* "(Variant for Python3)" from package descriptions

Signed-off-by: Jeffery To &lt;jeffery.to@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-libraries: Remove Python 2 variants</title>
<updated>2020-04-02T06:57:30Z</updated>
<author>
<name>Jeffery To</name>
</author>
<published>2020-04-01T14:21:16Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=658b1b67587c4698f6a4c182e9afea7cb5fba2ee'/>
<id>urn:sha1:658b1b67587c4698f6a4c182e9afea7cb5fba2ee</id>
<content type='text'>
The Python 2 variants will be added to the abandoned packages feed.

Signed-off-by: Jeffery To &lt;jeffery.to@gmail.com&gt;
</content>
</entry>
<entry>
<title>django1: Fix byte-compiled db migrations not loaded</title>
<updated>2020-03-13T20:35:00Z</updated>
<author>
<name>Jeffery To</name>
</author>
<published>2020-02-21T20:45:28Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=b9a4286262bfd118b367898ce8dda9f56894d04c'/>
<id>urn:sha1:b9a4286262bfd118b367898ce8dda9f56894d04c</id>
<content type='text'>
This patches Django to load byte-compiled (.pyc) db migration scripts,
since Python scripts are often distributed in byte-compiled form in
OpenWrt packages.

Signed-off-by: Jeffery To &lt;jeffery.to@gmail.com&gt;
</content>
</entry>
<entry>
<title>django1: bump to version 1.11.29</title>
<updated>2020-03-10T12:03:45Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2020-03-09T09:02:26Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=82fcb0b00ca81a0d10d1af9ed2c1082ad93c1281'/>
<id>urn:sha1:82fcb0b00ca81a0d10d1af9ed2c1082ad93c1281</id>
<content type='text'>
Signed-off-by: Alexandru Ardelean &lt;ardeleanalex@gmail.com&gt;
</content>
</entry>
<entry>
<title>django1: Add python3-django1 package</title>
<updated>2020-02-13T07:29:59Z</updated>
<author>
<name>Jeffery To</name>
</author>
<published>2020-02-05T11:13:45Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=07251a0543600765e16e9f767d52e28a11768600'/>
<id>urn:sha1:07251a0543600765e16e9f767d52e28a11768600</id>
<content type='text'>
This adds a Python 3 version of the django1 package.

This also adds a python-django1-common package that contains a
django-admin script based on the one in Debian[1]. This allows
python-django1 and python3-django1 to be installed at the same time.

python3-django conflicts with python-django1 (via python-django1-common)
and python3-django1.

This also updates older Python 3 Django plugin packages to depend on
python3-django1, and newer plugin packages to depend on "django", which
both python3-django and python3-django1 provide.

Because of this dependency on either version of Django, the MDEPENDS for
Python 3 Django plugin packages no longer functions correctly and has
been removed.

[1]: https://salsa.debian.org/python-team/modules/python-django/blob/debian/buster/debian/django-admin

Signed-off-by: Jeffery To &lt;jeffery.to@gmail.com&gt;
</content>
</entry>
<entry>
<title>django1: bump to version 1.11.28</title>
<updated>2020-02-12T07:57:41Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2020-02-11T07:39:55Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=7927cc14f84838017b51f09857dcd5d12f98e07f'/>
<id>urn:sha1:7927cc14f84838017b51f09857dcd5d12f98e07f</id>
<content type='text'>
Signed-off-by: Alexandru Ardelean &lt;ardeleanalex@gmail.com&gt;
</content>
</entry>
<entry>
<title>django1: bump to version 1.11.27</title>
<updated>2020-01-22T09:06:52Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2020-01-22T09:06:52Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=95b9d2a31086920e287bd3b9b33e987c94aa3e43'/>
<id>urn:sha1:95b9d2a31086920e287bd3b9b33e987c94aa3e43</id>
<content type='text'>
Signed-off-by: Alexandru Ardelean &lt;ardeleanalex@gmail.com&gt;
</content>
</entry>
</feed>
