<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/lang/python/openpyxl, 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>2026-04-10T11:01:09Z</updated>
<entry>
<title>python3-openpyxl: update to 3.1.5</title>
<updated>2026-04-10T11:01:09Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2026-04-09T05:27:46Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=a6f91c626ac59f5c5563fbfdc5cb1e9ea961a024'/>
<id>urn:sha1:a6f91c626ac59f5c5563fbfdc5cb1e9ea961a024</id>
<content type='text'>
Update package to 3.1.5.

Changes since 3.0.10:

3.1.0: Added support for data table formulae; Rich Text in cells; Custom
Document Properties; mapped chartspace graphical properties to charts.
Breaking: removed deprecated workbook methods (get_named_range,
add_named_range, remove_named_range) and several worksheet properties.
Bug fixes: fixed table filters being overridden, various dataframe and
multiindex alignment issues.

3.1.1: Fixed DocumentProperties times being set only at module import;
fixed missing worksheet-specific definitions.

3.1.2: Fixed reading worksheets in read-only mode with locally scoped
definitions; fixed empty custom properties causing invalid files.

3.1.3: Major performance fixes -- column name caching, pivot table
loading, custom properties reading; fixed rich-text save without lxml;
fixed file handler leaks; fixed timedelta reading in read-only mode;
improved duplicate named styles handling.

3.1.4: Minor bug fixes and stability improvements.

3.1.5: Latest stable release with cumulative fixes.

Add test.sh to verify write/read roundtrip of xlsx workbooks.

Signed-off-by: Alexandru Ardelean &lt;alex@shruggie.ro&gt;
</content>
</entry>
<entry>
<title>python/openpyxl: assign PKG_CPE_ID</title>
<updated>2026-03-20T16:55:11Z</updated>
<author>
<name>Fabrice Fontaine</name>
</author>
<published>2026-03-19T21:58:33Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=29d25282f0bd0b57a38eeb00318062c473d57956'/>
<id>urn:sha1:29d25282f0bd0b57a38eeb00318062c473d57956</id>
<content type='text'>
cpe:/a:python:openpyxl is the correct CPE ID for openpyxl:
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:python:openpyxl

Signed-off-by: Fabrice Fontaine &lt;fontaine.fabrice@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: remove AUTORELEASE</title>
<updated>2023-04-21T20:46:58Z</updated>
<author>
<name>Paul Fertser</name>
</author>
<published>2023-04-21T16:32:27Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=0c10c224be81f9221dabfab449855ab6718d2a0c'/>
<id>urn:sha1:0c10c224be81f9221dabfab449855ab6718d2a0c</id>
<content type='text'>
Automatically compute and substitute current values for all
$(AUTORELEASE) instances as this feature is deprecated and shouldn't be
used.

The following temporary change was made to the core:

diff --git a/rules.mk b/rules.mk
index 57d7995d4fa8..f16367de87a8 100644
--- a/rules.mk
+++ b/rules.mk
@@ -429,7 +429,7 @@ endef
 abi_version_str = $(subst -,,$(subst _,,$(subst .,,$(1))))

 COMMITCOUNT = $(if $(DUMP),0,$(call commitcount))
-AUTORELEASE = $(if $(DUMP),0,$(call commitcount,1))
+AUTORELEASE = $(if $(DUMP),0,$(shell sed -i "s/\$$(AUTORELEASE)/$(call commitcount,1)/" $(CURDIR)/Makefile))

 all:
 FORCE: ;

And this command used to fix affected packages:

for i in $(cd feeds/packages; git grep -l PKG_RELEASE:=.*AUTORELEASE | \
                              sed 's^.*/\([^/]*\)/Makefile^\1^';);
do
  make package/$i/download
done

Signed-off-by: Paul Fertser &lt;fercerpav@gmail.com&gt;
</content>
</entry>
<entry>
<title>openpyxl: bump to version 3.0.10</title>
<updated>2022-06-04T04:30:45Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2022-06-03T07:12:14Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=5e1546c4c9cb930fb5b5aaf26ef82d6163087e15'/>
<id>urn:sha1:5e1546c4c9cb930fb5b5aaf26ef82d6163087e15</id>
<content type='text'>
Signed-off-by: Alexandru Ardelean &lt;ardeleanalex@gmail.com&gt;
</content>
</entry>
<entry>
<title>openpyxl: bump to version 3.0.9</title>
<updated>2021-09-30T21:28:40Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2021-09-27T19:09:16Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=c9c6287c975a079edfecb5385544ec4c9db20bed'/>
<id>urn:sha1:c9c6287c975a079edfecb5385544ec4c9db20bed</id>
<content type='text'>
Signed-off-by: Alexandru Ardelean &lt;ardeleanalex@gmail.com&gt;
</content>
</entry>
<entry>
<title>openpyxl: bump to version 3.0.8</title>
<updated>2021-09-15T03:17:05Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2021-09-13T07:05:25Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=526f2198874e33445d847e3fa6acfac909545750'/>
<id>urn:sha1:526f2198874e33445d847e3fa6acfac909545750</id>
<content type='text'>
And switch to AUTORELEASE for PKG_RELEASE.

Signed-off-by: Alexandru Ardelean &lt;ardeleanalex@gmail.com&gt;
</content>
</entry>
<entry>
<title>openpyxl: bump to version 3.0.7</title>
<updated>2021-03-15T18:49:20Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2021-03-15T08:05:53Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=b0e3dedda862e75722046c23e5b2ee137154f0e4'/>
<id>urn:sha1:b0e3dedda862e75722046c23e5b2ee137154f0e4</id>
<content type='text'>
Signed-off-by: Alexandru Ardelean &lt;ardeleanalex@gmail.com&gt;
</content>
</entry>
<entry>
<title>openpyxl: bump to version 3.0.6</title>
<updated>2021-01-20T16:56:06Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2021-01-20T05:28:58Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=deea2815a02249744114ced2628d5a7fb8ca97f9'/>
<id>urn:sha1:deea2815a02249744114ced2628d5a7fb8ca97f9</id>
<content type='text'>
Signed-off-by: Alexandru Ardelean &lt;ardeleanalex@gmail.com&gt;
</content>
</entry>
<entry>
<title>openpyxl: bump to version 3.0.5</title>
<updated>2020-08-25T05:54:10Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2020-08-25T05:54:10Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=d84b66ef661e72d16420c0cec4c385a6c5a2b116'/>
<id>urn:sha1:d84b66ef661e72d16420c0cec4c385a6c5a2b116</id>
<content type='text'>
Signed-off-by: Alexandru Ardelean &lt;ardeleanalex@gmail.com&gt;
</content>
</entry>
<entry>
<title>openpyxl: bump to version 3.0.4</title>
<updated>2020-07-08T05:42:44Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2020-07-08T05:42:44Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=84a546f7fae14d5bfc5da9bb881b9b6ae9ddc03a'/>
<id>urn:sha1:84a546f7fae14d5bfc5da9bb881b9b6ae9ddc03a</id>
<content type='text'>
Signed-off-by: Alexandru Ardelean &lt;ardeleanalex@gmail.com&gt;
</content>
</entry>
</feed>
