AOSC-Dev / aosc-os-abbs

ABBS/ACBS tree for AOSC OS package metadata, build configuration, scripts, and patches
https://packages.aosc.io
GNU General Public License v2.0
106 stars 85 forks source link

blinker: update to 1.9.0 #8582

Closed KexyBiscuit closed 3 days ago

KexyBiscuit commented 6 days ago

Topic Description

Package(s) Affected

Security Update?

No

Build Order

#buildit blinker

Test Build(s) Done

Primary Architectures

aosc-buildit-bot commented 3 days ago

Dickens-topic report:

blinker upgraded from 1.8.2 to 1.9.0~pre20241110T045314Z on all:

5 added, 5 removed, size -1.98 KB (-11.8%) ```diff --- a +++ b @@ -15,11 +15,11 @@ -rw-r--r-- ./usr/lib/python3.10/site-packages/blinker/_utilities.py -rw-r--r-- ./usr/lib/python3.10/site-packages/blinker/base.py -rw-r--r-- ./usr/lib/python3.10/site-packages/blinker/py.typed -drwxr-xr-x ./usr/lib/python3.10/site-packages/blinker-1.8.2.dist-info/ --rw-r--r-- ./usr/lib/python3.10/site-packages/blinker-1.8.2.dist-info/LICENSE.txt --rw-r--r-- ./usr/lib/python3.10/site-packages/blinker-1.8.2.dist-info/METADATA --rw-r--r-- ./usr/lib/python3.10/site-packages/blinker-1.8.2.dist-info/RECORD --rw-r--r-- ./usr/lib/python3.10/site-packages/blinker-1.8.2.dist-info/WHEEL +drwxr-xr-x ./usr/lib/python3.10/site-packages/blinker-1.9.0.dist-info/ +-rw-r--r-- ./usr/lib/python3.10/site-packages/blinker-1.9.0.dist-info/LICENSE.txt +-rw-r--r-- ./usr/lib/python3.10/site-packages/blinker-1.9.0.dist-info/METADATA +-rw-r--r-- ./usr/lib/python3.10/site-packages/blinker-1.9.0.dist-info/RECORD +-rw-r--r-- ./usr/lib/python3.10/site-packages/blinker-1.9.0.dist-info/WHEEL drwxr-xr-x ./usr/share/ drwxr-xr-x ./usr/share/doc/ drwxr-xr-x ./usr/share/doc/blinker/ ```
KexyBiscuit commented 3 days ago

Smoke testing passed.

(ssh)kexybiscuit@XA612A0 [ ~ ] $ python3
Python 3.10.13 (main, Aug  1 2024, 05:31:47) [GCC 13.2.0 20230727 (AOSC OS, Core)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import blinker
>>> blinker.__path__
['/usr/lib/python3.10/site-packages/blinker']
>>>