Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions packages/py/python-pytz/package.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name : python-pytz
version : '2025.1'
release : 25
version : '2025.2'
release : 26
source :
- https://pypi.debian.net/pytz/pytz-2025.1.tar.gz : c2db42be2a2518b28e65f9207c4d05e6ff547d1efa4086469ef855e4ab70178e
homepage : http://pythonhosted.org/pytz
- https://pypi.debian.net/pytz/pytz-2025.2.tar.gz : 360b9e3dbb49a209c21ad61809c7fb453643e048b38924c765813546746e81c3
homepage : https://pythonhosted.org/pytz
license : MIT
component : programming.python
summary : World timezone definitions, modern and historical
Expand All @@ -22,5 +22,3 @@ build : |
install : |
%python3_install
rm -rf $installdir/usr/lib/python%python3_version%/site-packages/pytz/zoneinfo
check : |
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did you remove the test? If we can run test, it would be prefered. But if it cannot run, better comment the test out and add the comment why it doesn't run. Rather than outright removing it.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added it in the PR. Removed tests as they failed on both current and new version.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok. So, this used to work. Failed test is probably related to this bug. There is diverged in data between pytz and tzdata package. I would prefer if you add this patch instead of removing the test. Please try adding that patch and running the test again. Thanks.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fails with that patch as well.

%python3_test pytest3
28 changes: 14 additions & 14 deletions packages/py/python-pytz/pspec_x86_64.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<PISI>
<Source>
<Name>python-pytz</Name>
<Homepage>http://pythonhosted.org/pytz</Homepage>
<Homepage>https://pythonhosted.org/pytz</Homepage>
<Packager>
<Name>Joey Riches</Name>
<Email>josephriches@gmail.com</Email>
<Name>Jakob Gezelius</Name>
<Email>jakob@knugen.nu</Email>
</Packager>
<License>MIT</License>
<PartOf>programming.python</PartOf>
Expand All @@ -20,12 +20,12 @@
</Description>
<PartOf>programming.python</PartOf>
<Files>
<Path fileType="library">/usr/lib/python3.12/site-packages/pytz-2025.1.dist-info/LICENSE.txt</Path>
<Path fileType="library">/usr/lib/python3.12/site-packages/pytz-2025.1.dist-info/METADATA</Path>
<Path fileType="library">/usr/lib/python3.12/site-packages/pytz-2025.1.dist-info/RECORD</Path>
<Path fileType="library">/usr/lib/python3.12/site-packages/pytz-2025.1.dist-info/WHEEL</Path>
<Path fileType="library">/usr/lib/python3.12/site-packages/pytz-2025.1.dist-info/top_level.txt</Path>
<Path fileType="library">/usr/lib/python3.12/site-packages/pytz-2025.1.dist-info/zip-safe</Path>
<Path fileType="library">/usr/lib/python3.12/site-packages/pytz-2025.2.dist-info/METADATA</Path>
<Path fileType="library">/usr/lib/python3.12/site-packages/pytz-2025.2.dist-info/RECORD</Path>
<Path fileType="library">/usr/lib/python3.12/site-packages/pytz-2025.2.dist-info/WHEEL</Path>
<Path fileType="library">/usr/lib/python3.12/site-packages/pytz-2025.2.dist-info/licenses/LICENSE.txt</Path>
<Path fileType="library">/usr/lib/python3.12/site-packages/pytz-2025.2.dist-info/top_level.txt</Path>
<Path fileType="library">/usr/lib/python3.12/site-packages/pytz-2025.2.dist-info/zip-safe</Path>
<Path fileType="library">/usr/lib/python3.12/site-packages/pytz/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.12/site-packages/pytz/__pycache__/__init__.cpython-312.opt-1.pyc</Path>
<Path fileType="library">/usr/lib/python3.12/site-packages/pytz/__pycache__/__init__.cpython-312.pyc</Path>
Expand All @@ -47,12 +47,12 @@
</Files>
</Package>
<History>
<Update release="25">
<Date>2025-05-15</Date>
<Version>2025.1</Version>
<Update release="26">
<Date>2025-11-16</Date>
<Version>2025.2</Version>
<Comment>Packaging update</Comment>
<Name>Joey Riches</Name>
<Email>josephriches@gmail.com</Email>
<Name>Jakob Gezelius</Name>
<Email>jakob@knugen.nu</Email>
</Update>
</History>
</PISI>