void-packages
void-packages copied to clipboard
New package: nwg-shell-0.5.49 + dependencies
Testing the changes
- I tested the changes in this PR: briefly
New package
- This new package conforms to the package requirements: YES
Local build testing
- I built this PR locally for my native architecture, x64 glibc
This will have more new packages...
- [x] python3-dasbus
- [x] python3-geographiclib
- [x] python3-geopy
- [x] nwg-bar
- [x] nwg-clipman
- [x] nwg-displays
- [x] nwg-dock
- [x] ~nwg-dock-hyprland~ Not included, maintainers don't want Hyprland in repos
- [x] nwg-drawer
- [x] nwg-hello
- [x] nwg-icon-picker
- [x] nwg-look
- [x] nwg-menu
- [x] nwg-panel
- [x] nwg-readme-browser
- [x] nwg-shell
- [x] nwg-shell-config
- [x] nwg-shell-wallpapers
Continuation of #49664 Closes #46643
One of phonon test test_osm_tag failing so skipped for now, investigating...
test/geocoders/photon.py
async def test_osm_tag(self):
await self.geocode_run(
{"query": "Freedom", "osm_tag": "tourism:artwork"},
{"latitude": 38.8898061, "longitude": -77.009088, "delta": 2.0},
)
await self.geocode_run(
{"query": "Freedom", "osm_tag": ["!office", "place:hamlet"]},
{"latitude": 44.3862491, "longitude": -88.290994, "delta": 2.0},
)
=================================== FAILURES ===================================
___________________________ TestPhoton.test_osm_tag ____________________________
test/geocoders/photon.py:28: in test_osm_tag
await self.geocode_run(
test/geocoders/util.py:116: in geocode_run
self._verify_request(result, exactly_one=payload.get('exactly_one', True),
test/geocoders/util.py:215: in _verify_request
assert received == expected
E AssertionError: assert (33.7490549, -84.3881333, 'Miss Freedom, 206, Washington Street Southwest, 30334, Washington Street Southwest, Atlanta, GA, United States') == (38.8898061 ± 2.0e+00, -77.009088 ± 2.0e+00, <ANY>)
E
E At index 0 diff: 33.7490549 != 38.8898061 ± 2.0e+00
E
E Full diff:
E (
E - 38.8898061 ± 2.0e+00,
E - -77.009088 ± 2.0e+00,
E - <ANY>,
E + 33.7490549,
E + -84.3881333,
E + 'Miss Freedom, 206, Washington Street Southwest, 30334, Washington Street '
E + 'Southwest, Atlanta, GA, United States',
E )
ping @chris-barry-rs @mojamuto @0-st @FriederHannenheim @zdykstra
Added nwg-hello (Closed #56701) 👁️🗨️ @yukiteruamano
Rebased on python 3.14 changes 😱 But i should wait till all python packages will be rebuilded...