Compare commits
	
		
			6 Commits
		
	
	
		
	
	| Author | SHA256 | Date | |
|---|---|---|---|
| debcace917 | |||
| 0f3640fb55 | |||
| b03652ccab | |||
| 4f9d0b081d | |||
| 480b3efdf8 | |||
| 90d4ee93dd | 
| @@ -1,3 +1,27 @@ | |||||||
|  | ------------------------------------------------------------------- | ||||||
|  | Tue Aug  5 10:50:39 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com> | ||||||
|  |  | ||||||
|  | - Update to 0.9.7 | ||||||
|  |   * Documentation fixes (StreamDeck 6 key module is also supported since 0.9.7) | ||||||
|  |  | ||||||
|  | ------------------------------------------------------------------- | ||||||
|  | Mon Jun 16 06:12:25 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com> | ||||||
|  |  | ||||||
|  | - Switch to pyroject macros. | ||||||
|  |  | ||||||
|  | ------------------------------------------------------------------- | ||||||
|  | Tue Oct 29 22:24:06 UTC 2024 - Dirk Müller <dmueller@suse.com> | ||||||
|  |  | ||||||
|  | - update to 0.9.6: | ||||||
|  |   * Fixed StreamDeck+ returning 10 key states instead of the | ||||||
|  |     expected 8. | ||||||
|  |   * Fixed StreamDeck+ dial push event not being detected | ||||||
|  |     correctly. | ||||||
|  |   * Fixed old key states and dial states returned if requested | ||||||
|  |     from inside a key or dial callback function. | ||||||
|  |   * Added support for FreeBSD platforms. | ||||||
|  |   * Added support for the StreamDeck Neo. | ||||||
|  |  | ||||||
| ------------------------------------------------------------------- | ------------------------------------------------------------------- | ||||||
| Fri Dec 29 10:24:43 UTC 2023 - Dirk Müller <dmueller@suse.com> | Fri Dec 29 10:24:43 UTC 2023 - Dirk Müller <dmueller@suse.com> | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,7 +1,7 @@ | |||||||
| # | # | ||||||
| # spec file for package python-streamdeck | # spec file for package python-streamdeck | ||||||
| # | # | ||||||
| # Copyright (c) 2023 SUSE LLC | # Copyright (c) 2025 SUSE LLC | ||||||
| # | # | ||||||
| # All modifications and additions to the file contributed by third parties | # All modifications and additions to the file contributed by third parties | ||||||
| # remain the property of their copyright owners, unless otherwise agreed | # remain the property of their copyright owners, unless otherwise agreed | ||||||
| @@ -17,14 +17,16 @@ | |||||||
|  |  | ||||||
|  |  | ||||||
| Name:           python-streamdeck | Name:           python-streamdeck | ||||||
| Version:        0.9.5 | Version:        0.9.7 | ||||||
| Release:        0 | Release:        0 | ||||||
| Summary:        Library to control Elgato StreamDeck devices | Summary:        Library to control Elgato StreamDeck devices | ||||||
| License:        MIT | License:        MIT | ||||||
| URL:            https://github.com/abcminiuser/python-elgato-streamdeck | URL:            https://github.com/abcminiuser/python-elgato-streamdeck | ||||||
| Source:         https://files.pythonhosted.org/packages/source/s/streamdeck/streamdeck-%{version}.tar.gz | Source:         https://files.pythonhosted.org/packages/source/s/streamdeck/streamdeck-%{version}.tar.gz | ||||||
| Group:          Development/Languages/Python | Group:          Development/Languages/Python | ||||||
|  | BuildRequires:  %{python_module pip} | ||||||
| BuildRequires:  %{python_module setuptools} | BuildRequires:  %{python_module setuptools} | ||||||
|  | BuildRequires:  %{python_module wheel} | ||||||
| BuildRequires:  dos2unix | BuildRequires:  dos2unix | ||||||
| BuildRequires:  fdupes | BuildRequires:  fdupes | ||||||
| BuildRequires:  python-rpm-macros | BuildRequires:  python-rpm-macros | ||||||
| @@ -40,16 +42,16 @@ Python library to control Elgato StreamDeck devices. | |||||||
| dos2unix CHANGELOG README.md | dos2unix CHANGELOG README.md | ||||||
|  |  | ||||||
| %build | %build | ||||||
| %python_build | %pyproject_wheel | ||||||
|  |  | ||||||
| %install | %install | ||||||
| %python_install | %pyproject_install | ||||||
| %python_expand %fdupes %{buildroot}%{$python_sitelib} | %python_expand %fdupes %{buildroot}%{$python_sitelib} | ||||||
|  |  | ||||||
| %files %{python_files} | %files %{python_files} | ||||||
| %doc CHANGELOG README.md | %doc CHANGELOG README.md | ||||||
| %license LICENSE | %license LICENSE | ||||||
| %{python_sitelib}/StreamDeck* | %{python_sitelib}/StreamDeck* | ||||||
| %{python_sitelib}/streamdeck-%{version}*-info | %{python_sitelib}/streamdeck-%{version}.dist-info | ||||||
|  |  | ||||||
| %changelog | %changelog | ||||||
|   | |||||||
| @@ -1,3 +0,0 @@ | |||||||
| version https://git-lfs.github.com/spec/v1 |  | ||||||
| oid sha256:04796266b44577ae03f940f5c5ca69d87007e03d19eed89b6b02686c030ceb91 |  | ||||||
| size 2555109 |  | ||||||
							
								
								
									
										3
									
								
								streamdeck-0.9.7.tar.gz
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								streamdeck-0.9.7.tar.gz
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,3 @@ | |||||||
|  | version https://git-lfs.github.com/spec/v1 | ||||||
|  | oid sha256:8d586e66286f8ee039af0979e49026b45abe87f7f933af15a38e2387c1e3508e | ||||||
|  | size 2557584 | ||||||
		Reference in New Issue
	
	Block a user