wyoming-piper 2.2.0__tar.gz → 2.2.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: wyoming-piper
3
- Version: 2.2.0
3
+ Version: 2.2.1
4
4
  Summary: Wyoming Server for Piper
5
5
  Author-email: Michael Hansen <mike@rhasspy.org>
6
6
  License: MIT
@@ -33,7 +33,7 @@ Requires-Dist: scipy<2,>=1.10; extra == "dev"
33
33
  Requires-Dist: numpy<2,>=1.20; extra == "dev"
34
34
  Requires-Dist: python-speech-features<1,>=0.6; extra == "dev"
35
35
  Provides-Extra: zeroconf
36
- Requires-Dist: piper-tts[zeroconf]; extra == "zeroconf"
36
+ Requires-Dist: wyoming[zeroconf]; extra == "zeroconf"
37
37
  Provides-Extra: zh
38
38
  Requires-Dist: piper-tts[zh]; extra == "zh"
39
39
  Dynamic: license-file
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "wyoming-piper"
3
- version = "2.2.0"
3
+ version = "2.2.1"
4
4
  description = "Wyoming Server for Piper"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.9"
@@ -70,7 +70,7 @@ dev = [
70
70
  "python-speech-features>=0.6,<1",
71
71
  ]
72
72
  zeroconf = [
73
- "piper-tts[zeroconf]",
73
+ "wyoming[zeroconf]",
74
74
  ]
75
75
  zh = [
76
76
  "piper-tts[zh]",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: wyoming-piper
3
- Version: 2.2.0
3
+ Version: 2.2.1
4
4
  Summary: Wyoming Server for Piper
5
5
  Author-email: Michael Hansen <mike@rhasspy.org>
6
6
  License: MIT
@@ -33,7 +33,7 @@ Requires-Dist: scipy<2,>=1.10; extra == "dev"
33
33
  Requires-Dist: numpy<2,>=1.20; extra == "dev"
34
34
  Requires-Dist: python-speech-features<1,>=0.6; extra == "dev"
35
35
  Provides-Extra: zeroconf
36
- Requires-Dist: piper-tts[zeroconf]; extra == "zeroconf"
36
+ Requires-Dist: wyoming[zeroconf]; extra == "zeroconf"
37
37
  Provides-Extra: zh
38
38
  Requires-Dist: piper-tts[zh]; extra == "zh"
39
39
  Dynamic: license-file
@@ -16,7 +16,7 @@ numpy<2,>=1.20
16
16
  python-speech-features<1,>=0.6
17
17
 
18
18
  [zeroconf]
19
- piper-tts[zeroconf]
19
+ wyoming[zeroconf]
20
20
 
21
21
  [zh]
22
22
  piper-tts[zh]
File without changes
File without changes
File without changes