raulcd commented on issue #47932:
URL: https://github.com/apache/arrow/issues/47932#issuecomment-3442909582
ok, editing `PKG-INFO` fixed the issue. Final diffoscope:
```
$ diffoscope old/pyarrow-22.0.0 pyarrow-22.0.0
--- old/pyarrow-22.0.0
+++ pyarrow-22.0.0
├── stat {}
│ @@ -1,8 +1,8 @@
│
│ Size: 4096 Blocks: 8 IO Block: 4096 directory
│ Device: 259,3 Links: 5
│ Access: (0755/drwxr-xr-x) Uid: ( 1000/ raulcd) Gid: ( 1000/ raulcd)
│
│ -Modify: 2025-10-20 14:57:00.784929500 +0000
│ +Modify: 2025-10-24 12:27:50.317873099 +0000
│ --- old/pyarrow-22.0.0/PKG-INFO
├── +++ pyarrow-22.0.0/PKG-INFO
│ @@ -13,16 +13,14 @@
│ Classifier: Programming Language :: Python :: 3.11
│ Classifier: Programming Language :: Python :: 3.12
│ Classifier: Programming Language :: Python :: 3.13
│ Classifier: Programming Language :: Python :: 3.14
│ Classifier: Programming Language :: Python :: Free Threading :: 2 - Beta
│ Requires-Python: >=3.10
│ Description-Content-Type: text/markdown
│ -License-File: LICENSE.txt
│ -License-File: NOTICE.txt
│ Dynamic: license-file
│
│ <!---
│ Licensed to the Apache Software Foundation (ASF) under one
│ or more contributor license agreements. See the NOTICE file
│ distributed with this work for additional information
│ regarding copyright ownership. The ASF licenses this file
│ ├── stat {}
│ │ @@ -1,8 +1,8 @@
│ │
│ │ - Size: 3215 Blocks: 8 IO Block: 4096 regular file
│ │ + Size: 3164 Blocks: 8 IO Block: 4096 regular file
│ │ Device: 259,3 Links: 1
│ │ Access: (0644/-rw-r--r--) Uid: ( 1000/ raulcd) Gid: ( 1000/ raulcd)
│ │
│ │ -Modify: 2025-10-20 14:57:00.784891800 +0000
│ │ +Modify: 2025-10-24 12:27:05.473234504 +0000
│ --- old/pyarrow-22.0.0/pyarrow.egg-info
├── +++ pyarrow-22.0.0/pyarrow.egg-info
│ ├── stat {}
│ │ @@ -1,8 +1,8 @@
│ │
│ │ Size: 4096 Blocks: 8 IO Block: 4096 directory
│ │ Device: 259,3 Links: 2
│ │ Access: (0755/drwxr-xr-x) Uid: ( 1000/ raulcd) Gid: ( 1000/ raulcd)
│ │
│ │ +Modify: 2025-10-24 12:27:38.656440825 +0000
│ │ -Modify: 2025-10-20 14:57:00.784391400 +0000
│ │ --- old/pyarrow-22.0.0/pyarrow.egg-info/PKG-INFO
│ ├── +++ pyarrow-22.0.0/pyarrow.egg-info/PKG-INFO
│ │ @@ -13,16 +13,14 @@
│ │ Classifier: Programming Language :: Python :: 3.11
│ │ Classifier: Programming Language :: Python :: 3.12
│ │ Classifier: Programming Language :: Python :: 3.13
│ │ Classifier: Programming Language :: Python :: 3.14
│ │ Classifier: Programming Language :: Python :: Free Threading :: 2 - Beta
│ │ Requires-Python: >=3.10
│ │ Description-Content-Type: text/markdown
│ │ -License-File: LICENSE.txt
│ │ -License-File: NOTICE.txt
│ │ Dynamic: license-file
│ │
│ │ <!---
│ │ Licensed to the Apache Software Foundation (ASF) under one
│ │ or more contributor license agreements. See the NOTICE file
│ │ distributed with this work for additional information
│ │ regarding copyright ownership. The ASF licenses this file
│ │ ├── stat {}
│ │ │ @@ -1,8 +1,8 @@
│ │ │
│ │ │ + Size: 3164 Blocks: 8 IO Block: 4096 regular file
│ │ │ - Size: 3215 Blocks: 8 IO Block: 4096 regular file
│ │ │ Device: 259,3 Links: 1
│ │ │ Access: (0644/-rw-r--r--) Uid: ( 1000/ raulcd) Gid: ( 1000/
raulcd)
│ │ │
│ │ │ +Modify: 2025-10-24 12:27:38.645706888 +0000
│ │ │ -Modify: 2025-10-20 14:57:00.000000000 +0000
│ ├── stat {}
│ │ @@ -1,8 +1,8 @@
│ │
│ │ Size: 4096 Blocks: 8 IO Block: 4096 directory
│ │ Device: 259,3 Links: 2
│ │ Access: (0755/drwxr-xr-x) Uid: ( 1000/ raulcd) Gid: ( 1000/ raulcd)
│ │
│ │ -Modify: 2025-10-20 14:57:00.784391400 +0000
│ │ +Modify: 2025-10-24 12:27:38.656440825 +0000
│ --- old/pyarrow-22.0.0/setup.cfg
├── +++ pyarrow-22.0.0/setup.cfg
│ @@ -1,12 +1,7 @@
│ -[metadata]
│ -license_files =
│ - ../LICENSE.txt
│ - ../NOTICE.txt
│ -
│ [build_sphinx]
│ source-dir = doc/
│ build-dir = doc/_build
│
│ [tool:pytest]
│ addopts = --ignore=scripts
│ filterwarnings =
│ ├── stat {}
│ │ @@ -1,8 +1,8 @@
│ │
│ │ - Size: 443 Blocks: 8 IO Block: 4096 regular file
│ │ + Size: 383 Blocks: 8 IO Block: 4096 regular file
│ │ Device: 259,3 Links: 1
│ │ Access: (0644/-rw-r--r--) Uid: ( 1000/ raulcd) Gid: ( 1000/ raulcd)
│ │
│ │ -Modify: 2025-10-20 14:57:00.785329800 +0000
│ │ +Modify: 2025-10-24 11:33:19.249439549 +0000
```
The source distribution is [uploaded to
PyPI](https://pypi.org/project/pyarrow/#pyarrow-22.0.0.tar.gz) with those
differences:
- Removed `[metadata]` section from setup.cfg
- Remove License-File references to `NOTICE.txt` and `LICENSE.txt` on
`pyarrow-22.0.0/PKG-INFO`
- Remove License-File references to `NOTICE.txt` and `LICENSE.txt` on
`pyarrow-22.0.0/pyarrow.egg-info/PKG-INFO`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]