dependabot[bot]
|
a9975071c3
|
Bump actions/setup-python from 5.1.1 to 5.2.0 (#124899)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.1.1 to 5.2.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v5.1.1...v5.2.0)
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-08-30 10:53:06 +02:00 |
dependabot[bot]
|
95f92ababf
|
Bump actions/upload-artifact from 4.3.5 to 4.3.6 (#123272)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-08-07 09:05:23 +02:00 |
dependabot[bot]
|
31fd4efa36
|
Bump actions/upload-artifact from 4.3.4 to 4.3.5 (#123170)
|
2024-08-05 09:21:37 +02:00 |
Franck Nijhof
|
352f0953f3
|
Skip binary wheels for pymicro-vad (#122982)
|
2024-08-01 01:00:17 +02:00 |
dependabot[bot]
|
fc770434f1
|
Bump actions/setup-python from 5.1.0 to 5.1.1 (#121749)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-07-11 08:52:35 +02:00 |
Franck Nijhof
|
10f3813ffd
|
Update Home Assistant Wheels action to 2024.07.1 (#121555)
|
2024-07-08 21:35:12 +02:00 |
Franck Nijhof
|
71300b197a
|
Update Home Assistant Wheels action to 2024.07.0 (#121552)
|
2024-07-08 21:18:01 +02:00 |
dependabot[bot]
|
ad47a7b8c6
|
Bump actions/upload-artifact from 4.3.3 to 4.3.4 (#121491)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-07-08 09:22:07 +02:00 |
dependabot[bot]
|
617db25efb
|
Bump actions/download-artifact from 4.1.7 to 4.1.8 (#121490)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-07-08 09:21:52 +02:00 |
epenet
|
54d8ce5ca9
|
Revert "Temporary pin CI to Python 3.12.3" (#119454)
|
2024-06-21 11:00:07 +02:00 |
dependabot[bot]
|
08403df20e
|
Bump actions/checkout from 4.1.6 to 4.1.7 (#119566)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-06-13 09:19:26 +02:00 |
Franck Nijhof
|
8b5627b1be
|
Temporary pin CI to Python 3.12.3 (#119261)
|
2024-06-10 08:08:52 +02:00 |
dependabot[bot]
|
1589226618
|
Bump actions/checkout from 4.1.4 to 4.1.6 (#117612)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-05-17 08:45:23 +02:00 |
J. Nick Koston
|
feb6cfdd56
|
Add pydantic to skip-binary (#116406)
|
2024-04-30 09:00:06 -05:00 |
dependabot[bot]
|
1e1e5ccc7a
|
Bump actions/download-artifact from 4.1.6 to 4.1.7 (#116148)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.6 to 4.1.7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v4.1.6...v4.1.7)
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-04-25 11:23:15 +02:00 |
dependabot[bot]
|
1241d70b3b
|
Bump actions/checkout from 4.1.3 to 4.1.4 (#116147)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.3 to 4.1.4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4.1.3...v4.1.4)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-04-25 10:52:57 +02:00 |
dependabot[bot]
|
e2b401397d
|
Bump actions/upload-artifact from 4.3.1 to 4.3.3 (#116015)
|
2024-04-23 09:24:32 +02:00 |
dependabot[bot]
|
616c7ce68b
|
Bump actions/download-artifact from 4.1.4 to 4.1.6 (#116017)
|
2024-04-23 09:23:45 +02:00 |
Erik Montnemery
|
2caca7fbe3
|
Generate requirements per supported architecture (#115708)
* Generate requirements per supported architecture
* Don't store wheels requirements in the repo
* Dry run
* Set Python version
* Install base packages
* Fix
* Fix
* Fix
* Fix typo
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Genarate requirements_all_pytest.txt
* Fix hassfest
* Reenable building wheels
* Remove unneeded code
* Address review comment
* Fix lying comment
* Add tests, address review comments
* Deduplicate
* Fix file name
* Add comment
---------
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
|
2024-04-22 19:23:08 +02:00 |
dependabot[bot]
|
66ea528e94
|
Bump actions/checkout from 4.1.2 to 4.1.3 (#115945)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-04-22 09:43:19 +02:00 |
dependabot[bot]
|
f8738d9263
|
Bump actions/download-artifact from 4.1.4 to 4.1.5 (#115841)
|
2024-04-19 12:22:09 +02:00 |
dependabot[bot]
|
8d7ef6ea9a
|
Bump actions/upload-artifact from 4.3.1 to 4.3.2 (#115842)
|
2024-04-19 12:11:08 +02:00 |
Erik Montnemery
|
e4280b2c00
|
Use aiohttp-zlib-ng[isal] (#115767)
|
2024-04-17 17:57:34 +02:00 |
Erik Montnemery
|
ba4731ecb4
|
Remove stale packages from uncommenting when building wheels (#115700)
|
2024-04-17 11:54:53 +02:00 |
Erik Montnemery
|
537b00db9a
|
Fix stale comment in wheels.yml (#115736)
|
2024-04-17 08:50:33 +02:00 |
dependabot[bot]
|
6ecafbcc2c
|
Bump actions/checkout from 4.1.1 to 4.1.2 (#113208)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-03-13 11:26:16 +01:00 |
dependabot[bot]
|
1b7c3061f3
|
Bump actions/download-artifact from 4.1.3 to 4.1.4 (#112159)
|
2024-03-04 11:50:31 +01:00 |
dependabot[bot]
|
38395c8fab
|
Bump actions/download-artifact from 4.1.2 to 4.1.3 (#111602)
|
2024-02-27 12:12:23 +01:00 |
Marc Mueller
|
02eca17002
|
Update wheels artifact actions to v4 [ci] (#110894)
|
2024-02-19 09:23:51 +01:00 |
Franck Nijhof
|
ef9f117baa
|
Stop building Python 3.11 wheels (#110727)
|
2024-02-16 17:11:05 +01:00 |
J. Nick Koston
|
65985c4e0b
|
Fix name of 64bit intel/amd arch in builder and wheels workflow (#107335)
|
2024-01-06 11:30:20 +01:00 |
Franck Nijhof
|
80a08199f8
|
Update Home Assistant Wheels action to 2024.01.0 (#107240)
|
2024-01-05 16:35:20 +01:00 |
J. Nick Koston
|
8645d9c717
|
Bump aiohttp-zlib-ng to 0.3.0 (#107184)
|
2024-01-05 14:28:29 +01:00 |
J. Nick Koston
|
40d034cd8c
|
Revert "Bump aiohttp-zlib-ng to 0.2.0 (#106691)" (#107109)
|
2024-01-04 15:34:43 +01:00 |
J. Nick Koston
|
e1f078b70a
|
Bump aiohttp-zlib-ng to 0.2.0 (#106691)
|
2024-01-02 20:50:26 +01:00 |
Franck Nijhof
|
ec3795ab97
|
Revert "Add proj dependency to our wheels builder (#104699)" (#104704)
|
2023-11-29 23:16:58 +01:00 |
Franck Nijhof
|
cf23de1c48
|
Add proj-dev dependency to our wheels builder (#104711)
|
2023-11-29 13:15:37 +01:00 |
Franck Nijhof
|
9741380cc0
|
Add proj-util dependency to our wheels builder (#104708)
|
2023-11-29 12:41:47 +01:00 |
Franck Nijhof
|
6dc818b682
|
Add proj dependency to our wheels builder (#104699)
|
2023-11-29 11:38:23 +01:00 |
Joost Lekkerkerker
|
e936ca0cb1
|
Build Pydantic wheels with old Cython (#101976)
|
2023-10-22 22:39:00 +02:00 |
dependabot[bot]
|
61104dd726
|
Bump actions/checkout from 4.1.0 to 4.1.1 (#102248)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-10-18 19:50:09 +02:00 |
Franck Nijhof
|
9d775bdbf6
|
Update home-assistant/wheels to 2023.10.5 (#102243)
|
2023-10-18 17:58:39 +02:00 |
Marc Mueller
|
ba91aaa28d
|
Add support for Python 3.12 (#101651)
|
2023-10-10 21:34:49 +02:00 |
Franck Nijhof
|
4a437e46aa
|
Update home-assistant/wheels to 2023.10.4 (#101656)
|
2023-10-08 16:26:09 +02:00 |
Franck Nijhof
|
617ce994b4
|
Update home-assistant/wheels to 2023.10.3 (#101551)
|
2023-10-06 22:05:01 +02:00 |
Franck Nijhof
|
73debba60c
|
Update home-assistant/wheels to 2023.10.2 (#101549)
|
2023-10-06 20:40:09 +02:00 |
Marc Mueller
|
67dfd1a86b
|
Update grpcio to 1.59.0 (#101287)
|
2023-10-06 10:08:01 +02:00 |
Franck Nijhof
|
5e6735ab6d
|
Update home-assistant/wheels to 2023.10.1 (#101197)
|
2023-10-01 15:05:10 +02:00 |
Franck Nijhof
|
25855a3ccb
|
Update home-assistant/wheels to 2023.09.3 (#101165)
|
2023-09-30 21:17:49 +02:00 |
Franck Nijhof
|
581a045617
|
Trigger Wheels builds in more cases (#101126)
|
2023-09-29 21:19:11 +02:00 |