cbpi4-BLEHydrom 0.0.6__tar.gz → 0.0.7__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.1
2
2
  Name: cbpi4-BLEHydrom
3
- Version: 0.0.6
3
+ Version: 0.0.7
4
4
  Summary: CraftBeerPi4 Plugin for Hydrom and Tilt (BLE connection)
5
5
  Home-page: https://github.com/avollkopf/cbpi4-BLEHydrom
6
6
  Author: Alexander Vollkopf
@@ -66,6 +66,7 @@ You can use the Calibration Point fields to calibrate your Tilt, much like when
66
66
 
67
67
  ### Changelog:
68
68
 
69
+ - 13.04.24: (0.0.7) Test with new gattlib-dbus package
69
70
  - 10.01.23: (0.0.6) Test with PyBluez Mod as interim solution
70
71
  - 01.12.23: (0.0.6.a1) updated requirements
71
72
  - 11.05.22: (0.0.5) Updated README (removed cbpi add)
@@ -54,6 +54,7 @@ You can use the Calibration Point fields to calibrate your Tilt, much like when
54
54
 
55
55
  ### Changelog:
56
56
 
57
+ - 13.04.24: (0.0.7) Test with new gattlib-dbus package
57
58
  - 10.01.23: (0.0.6) Test with PyBluez Mod as interim solution
58
59
  - 01.12.23: (0.0.6.a1) updated requirements
59
60
  - 11.05.22: (0.0.5) Updated README (removed cbpi add)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cbpi4-BLEHydrom
3
- Version: 0.0.6
3
+ Version: 0.0.7
4
4
  Summary: CraftBeerPi4 Plugin for Hydrom and Tilt (BLE connection)
5
5
  Home-page: https://github.com/avollkopf/cbpi4-BLEHydrom
6
6
  Author: Alexander Vollkopf
@@ -66,6 +66,7 @@ You can use the Calibration Point fields to calibrate your Tilt, much like when
66
66
 
67
67
  ### Changelog:
68
68
 
69
+ - 13.04.24: (0.0.7) Test with new gattlib-dbus package
69
70
  - 10.01.23: (0.0.6) Test with PyBluez Mod as interim solution
70
71
  - 01.12.23: (0.0.6.a1) updated requirements
71
72
  - 11.05.22: (0.0.5) Updated README (removed cbpi add)
@@ -0,0 +1,2 @@
1
+ PyBluez@ https://github.com/AcrossTheCloud/pybluez/archive/master.zip#egg=PyBluez-0.30
2
+ gattlib-dbus@ https://github.com/oscaracena/pygattlib/archive/dbus.zip#egg=gattlib-dbus-24.1.8
@@ -18,7 +18,7 @@ with open(path.join(this_directory, 'README.md'), encoding='utf-8') as f:
18
18
 
19
19
 
20
20
  setup(name='cbpi4-BLEHydrom',
21
- version='0.0.6',
21
+ version='0.0.7',
22
22
  description='CraftBeerPi4 Plugin for Hydrom and Tilt (BLE connection)',
23
23
  author='Alexander Vollkopf',
24
24
  author_email='avollkopf@web.de',
@@ -31,7 +31,7 @@ setup(name='cbpi4-BLEHydrom',
31
31
  packages=['cbpi4-BLEHydrom'],
32
32
  install_requires=[
33
33
  'PyBluez @ https://github.com/AcrossTheCloud/pybluez/archive/master.zip#egg=PyBluez-0.30',
34
- 'gattlib==0.20210616',
34
+ 'gattlib-dbus @ https://github.com/oscaracena/pygattlib/archive/dbus.zip#egg=gattlib-dbus-24.1.8',
35
35
  ],
36
36
  long_description=long_description,
37
37
  long_description_content_type='text/markdown'
@@ -1,2 +0,0 @@
1
- PyBluez@ https://github.com/AcrossTheCloud/pybluez/archive/master.zip#egg=PyBluez-0.30
2
- gattlib==0.20210616
File without changes