forked from pool/python-meshtastic
		
	Accepting request 1284172 from devel:languages:python
- Convert to libalternatives
- Update to 2.6.3
  * This release updates protobufs to v2.6.7, and fixes a small
    error in admin message handling (the prior code was not
    properly requesting acknowledgements).
- Use Python 3.11 on SLE-15 by default
OBS-URL: https://build.opensuse.org/request/show/1284172
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-meshtastic?expand=0&rev=6
			
			
This commit is contained in:
		| @@ -1,3 +0,0 @@ | |||||||
| version https://git-lfs.github.com/spec/v1 |  | ||||||
| oid sha256:dd1b9ed078f1f587ee05dfe0f0ea09ca930ba1c7fed9b91032de95545d330707 |  | ||||||
| size 265456 |  | ||||||
							
								
								
									
										3
									
								
								meshtastic-2.6.3.tar.gz
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								meshtastic-2.6.3.tar.gz
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,3 @@ | |||||||
|  | version https://git-lfs.github.com/spec/v1 | ||||||
|  | oid sha256:6891b84d1d9f47962a33989524a992b9162f928a7dfebd3b9c675b8f1619f35b | ||||||
|  | size 265566 | ||||||
| @@ -1,3 +1,17 @@ | |||||||
|  | ------------------------------------------------------------------- | ||||||
|  | Mon Jun  9 12:29:57 UTC 2025 - Markéta Machová <mmachova@suse.com> | ||||||
|  |  | ||||||
|  | - Convert to libalternatives | ||||||
|  |  | ||||||
|  | ------------------------------------------------------------------- | ||||||
|  | Fri Jun  6 12:55:01 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com> | ||||||
|  |  | ||||||
|  | - Update to 2.6.3 | ||||||
|  |   * This release updates protobufs to v2.6.7, and fixes a small | ||||||
|  |     error in admin message handling (the prior code was not | ||||||
|  |     properly requesting acknowledgements). | ||||||
|  | - Use Python 3.11 on SLE-15 by default | ||||||
|  |  | ||||||
| ------------------------------------------------------------------- | ------------------------------------------------------------------- | ||||||
| Fri Apr 25 06:54:57 UTC 2025 - Adrian Schröter <adrian@suse.de> | Fri Apr 25 06:54:57 UTC 2025 - Adrian Schröter <adrian@suse.de> | ||||||
|  |  | ||||||
|   | |||||||
| @@ -16,8 +16,10 @@ | |||||||
| # | # | ||||||
|  |  | ||||||
|  |  | ||||||
|  | %bcond_without libalternatives | ||||||
|  | %{?sle15_python_module_pythons} | ||||||
| Name:           python-meshtastic | Name:           python-meshtastic | ||||||
| Version:        2.6.2 | Version:        2.6.3 | ||||||
| Release:        0 | Release:        0 | ||||||
| Summary:        A Python client for use with Meshtastic devices | Summary:        A Python client for use with Meshtastic devices | ||||||
| License:        GPL-3.0-only | License:        GPL-3.0-only | ||||||
| @@ -28,8 +30,10 @@ BuildRequires:  %{python_module flit-core} | |||||||
| BuildRequires:  %{python_module hatchling} | BuildRequires:  %{python_module hatchling} | ||||||
| BuildRequires:  %{python_module pip} | BuildRequires:  %{python_module pip} | ||||||
| BuildRequires:  %{python_module poetry-core} | BuildRequires:  %{python_module poetry-core} | ||||||
|  | BuildRequires:  alts | ||||||
| BuildRequires:  fdupes | BuildRequires:  fdupes | ||||||
| BuildRequires:  python-rpm-macros | BuildRequires:  python-rpm-macros | ||||||
|  | Requires:       alts | ||||||
| Requires:       python-PyYAML >= 6.0.1 | Requires:       python-PyYAML >= 6.0.1 | ||||||
| Requires:       python-bleak >= 0.22.3 | Requires:       python-bleak >= 0.22.3 | ||||||
| Requires:       python-packaging | Requires:       python-packaging | ||||||
| @@ -38,8 +42,6 @@ Requires:       python-pypubsub >= 4.0.3 | |||||||
| Requires:       python-pyserial >= 3.5 | Requires:       python-pyserial >= 3.5 | ||||||
| Requires:       python-requests >= 2.31.0 | Requires:       python-requests >= 2.31.0 | ||||||
| Requires:       python-tabulate >= 0.9.0 | Requires:       python-tabulate >= 0.9.0 | ||||||
| Requires(post): alts |  | ||||||
| Requires(postun): alts |  | ||||||
| Recommends:     python-dbus-fast | Recommends:     python-dbus-fast | ||||||
| BuildArch:      noarch | BuildArch:      noarch | ||||||
| %python_subpackages | %python_subpackages | ||||||
| @@ -60,15 +62,10 @@ A Python client for use with Meshtastic devices. This small library (and example | |||||||
| %python_clone -a %{buildroot}%{_bindir}/mesh-tunnel | %python_clone -a %{buildroot}%{_bindir}/mesh-tunnel | ||||||
| %python_clone -a %{buildroot}%{_bindir}/meshtastic | %python_clone -a %{buildroot}%{_bindir}/meshtastic | ||||||
|  |  | ||||||
| %post | %pre | ||||||
| %python_install_alternative mesh-analysis | %python_libalternatives_reset_alternative mesh-analysis | ||||||
| %python_install_alternative mesh-tunnel | %python_libalternatives_reset_alternative mesh-tunnel | ||||||
| %python_install_alternative meshtastic | %python_libalternatives_reset_alternative meshtastic | ||||||
|  |  | ||||||
| %postun |  | ||||||
| %python_uninstall_alternative mesh-analysis |  | ||||||
| %python_uninstall_alternative mesh-tunnel |  | ||||||
| %python_uninstall_alternative meshtastic |  | ||||||
|  |  | ||||||
| %files %{python_files} | %files %{python_files} | ||||||
| %license LICENSES/GPL-3.0-only.txt | %license LICENSES/GPL-3.0-only.txt | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user