File tree Expand file tree Collapse file tree 3 files changed +25
-2
lines changed
Expand file tree Collapse file tree 3 files changed +25
-2
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,6 @@ DIST_TAR=dist/$(NAME)-$(VER).tar.gz
5050DIST_ZIP =dist/$(NAME ) -$(VER ) .zip
5151DIST_DEB =dist/python-$(NAME ) _$(VER ) -1$(DEB_SUFFIX ) _all.deb \
5252 dist/python3-$(NAME ) _$(VER ) -1$(DEB_SUFFIX ) _all.deb \
53- dist/python-$(NAME ) -docs_$(VER ) -1$(DEB_SUFFIX ) _all.deb \
5453 dist/$(NAME ) _$(VER ) -1$(DEB_SUFFIX ) _$(DEB_ARCH ) .changes
5554DIST_DSC =dist/$(NAME ) _$(VER ) -1$(DEB_SUFFIX ) .tar.gz \
5655 dist/$(NAME ) _$(VER ) -1$(DEB_SUFFIX ) .dsc \
Original file line number Diff line number Diff line change 1+ gpiozero (0.9.0-1) stable; urgency=medium
2+
3+ * Added source and values properties to all relevant classes (#76)
4+ * Fix names of parameters in Motor constructor (#79)
5+ * Added wrappers for LED groups on add-on boards (#81)
6+
7+ -- Dave Jones <dave@waveform.org.uk> Sun, 25 Oct 2015 18:56:58 +0100
8+
9+ gpiozero (0.8.0-1) stable; urgency=medium
10+
11+ * Added generic AnalogInputDevice class along with specific classes for the
12+ MCP3008 and MCP3004 (#41)
13+ * Fixed blink (#57)
14+
15+ -- Dave Jones <dave@waveform.org.uk> Fri, 16 Oct 2015 11:40:42 +0100
16+
17+ gpiozero (0.7.0-1) stable; urgency=medium
18+
19+ * Second public beta
20+
21+ -- Dave Jones <dave@waveform.org.uk> Fri, 09 Oct 2015 12:30:13 +0100
22+
123gpiozero (0.6.0-1) stable; urgency=medium
224
325 * Raspbian packaging (#44)
426 * PWM functionality including variable level RGB LEDs (#40)
527 * Ability to recreate GPIO device objects (#38)
628
7- -- Ben Nuttall <ben@raspberrypi .org> Mon, 05 Oct 2015 22:21:48 +0100
29+ -- Dave Jones <dave@waveform .org.uk > Mon, 05 Oct 2015 22:21:48 +0100
830
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ X-Python3-Version: >= 3.2
1010
1111Package: python-gpiozero
1212Architecture: all
13+ Section: python
1314Depends: ${misc:Depends}, ${python:Depends}, python-rpi.gpio, python-spidev
1415Description: Simple API for controlling devices attached to the GPIO pins.
1516 gpiozero builds on RPi.GPIO to provide a set of classes designed to simplify
@@ -21,6 +22,7 @@ Description: Simple API for controlling devices attached to the GPIO pins.
2122
2223Package: python3-gpiozero
2324Architecture: all
25+ Section: python
2426Depends: ${misc:Depends}, ${python3:Depends}, python3-rpi.gpio, python3-spidev
2527Description: Simple API for controlling devices attached to the GPIO pins.
2628 gpiozero builds on RPi.GPIO to provide a set of classes designed to simplify
You can’t perform that action at this time.
0 commit comments