Skip to content

Commit 8fc9eda

Browse files
jimmodpgeorge
authored andcommitted
all: Standardise x.y.z versioning for all packages.
- For packages that were just x.y, update to x.y.0. - For that were x.y.z-n, update to x.y.(z+1) From now on we'll apply semver rules: - MAJOR version when you make incompatible API changes - MINOR version when you add functionality in a backward compatible manner - PATCH version when you make backward compatible bug fixes Signed-off-by: Jim Mussared <[email protected]>
1 parent ebbb78e commit 8fc9eda

File tree

47 files changed

+47
-47
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+47
-47
lines changed

micropython/aioespnow/manifest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
metadata(
22
description="Extends the micropython espnow module with methods to support asyncio.",
3-
version="0.1",
3+
version="0.1.0",
44
)
55

66
module("aioespnow.py")

micropython/espflash/manifest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
metadata(
2-
version="0.1",
2+
version="0.1.0",
33
description="Provides a minimal ESP32 bootloader protocol implementation.",
44
)
55

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
metadata(version="0.1")
1+
metadata(version="0.1.0")
22
require("lora")
33
package("lora")
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
metadata(version="0.1")
1+
metadata(version="0.1.0")
22
require("lora")
33
package("lora")
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
metadata(version="0.1")
1+
metadata(version="0.1.0")
22
require("lora")
33
package("lora")
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
metadata(version="0.1")
1+
metadata(version="0.1.0")
22
require("lora")
33
package("lora")

micropython/lora/lora/manifest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
metadata(version="0.1")
1+
metadata(version="0.1.0")
22
package("lora")

micropython/udnspkt/manifest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
metadata(description="Make and parse DNS packets (Sans I/O approach).", version="0.1")
1+
metadata(description="Make and parse DNS packets (Sans I/O approach).", version="0.1.0")
22

33
# Originally written by Paul Sokolovsky.
44

micropython/urllib.urequest/manifest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
metadata(version="0.6")
1+
metadata(version="0.6.0")
22

33
# Originally written by Paul Sokolovsky.
44

python-ecosys/pyjwt/manifest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
metadata(version="0.1", pypi="pyjwt")
1+
metadata(version="0.1.0", pypi="pyjwt")
22

33
require("hmac")
44

python-stdlib/argparse/manifest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
metadata(version="0.4")
1+
metadata(version="0.4.0")
22

33
# Originally written by Damien George.
44

python-stdlib/base64/manifest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
metadata(version="3.3.3-4")
1+
metadata(version="3.3.4")
22

33
require("binascii")
44
require("struct")

python-stdlib/binascii/manifest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
metadata(version="2.4.0-5")
1+
metadata(version="2.4.1")
22

33
module("binascii.py")

python-stdlib/bisect/manifest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
metadata(version="0.5")
1+
metadata(version="0.5.0")
22

33
module("bisect.py")

python-stdlib/cmd/manifest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
metadata(version="3.4.0-2")
1+
metadata(version="3.4.1")
22

33
module("cmd.py")

python-stdlib/collections-defaultdict/manifest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
metadata(version="0.3")
1+
metadata(version="0.3.0")
22

33
# Originally written by Paul Sokolovsky.
44

python-stdlib/contextlib/manifest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
metadata(description="Port of contextlib for micropython", version="3.4.2-4")
1+
metadata(description="Port of contextlib for micropython", version="3.4.3")
22

33
require("ucontextlib")
44
require("collections")
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
metadata(version="3.4.2-1")
1+
metadata(version="3.4.3")
22

33
package("curses")
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
metadata(version="1.0")
1+
metadata(version="1.0.0")
22

33
package("hashlib")
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
metadata(version="1.0", description="Adds the SHA224 hash algorithm to hashlib.")
1+
metadata(version="1.0.0", description="Adds the SHA224 hash algorithm to hashlib.")
22

33
require("hashlib-sha256")
44
package("hashlib")
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
metadata(version="1.0", description="Adds the SHA256 hash algorithm to hashlib.")
1+
metadata(version="1.0.0", description="Adds the SHA256 hash algorithm to hashlib.")
22

33
require("hashlib-core")
44
package("hashlib")
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
metadata(version="1.0", description="Adds the SHA384 hash algorithm to hashlib.")
1+
metadata(version="1.0.0", description="Adds the SHA384 hash algorithm to hashlib.")
22

33
require("hashlib-sha512")
44
package("hashlib")
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
metadata(version="1.0", description="Adds the SHA512 hash algorithm to hashlib.")
1+
metadata(version="1.0.0", description="Adds the SHA512 hash algorithm to hashlib.")
22

33
require("hashlib-core")
44
package("hashlib")

python-stdlib/hmac/manifest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
metadata(version="3.4.2-3")
1+
metadata(version="3.4.3")
22

33
module("hmac.py")

python-stdlib/html/manifest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
metadata(version="3.3.3-2")
1+
metadata(version="3.3.4")
22

33
require("string")
44

python-stdlib/io/manifest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
metadata(version="0.1")
1+
metadata(version="0.1.0")
22

33
module("io.py")

python-stdlib/json/manifest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
metadata(version="0.1")
1+
metadata(version="0.1.0")
22

33
package("json")

python-stdlib/os/manifest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
metadata(version="0.6")
1+
metadata(version="0.6.0")
22

33
# Originally written by Paul Sokolovsky.
44

python-stdlib/pickle/manifest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
metadata(version="0.1")
1+
metadata(version="0.1.0")
22

33
module("pickle.py")

python-stdlib/random/manifest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
metadata(version="0.2")
1+
metadata(version="0.2.0")
22

33
module("random.py")

python-stdlib/ssl/manifest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
metadata(version="0.1")
1+
metadata(version="0.1.0")
22

33
module("ssl.py")

python-stdlib/textwrap/manifest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
metadata(version="3.4.2-1")
1+
metadata(version="3.4.3")
22

33
module("textwrap.py")

python-stdlib/threading/manifest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
metadata(version="0.1")
1+
metadata(version="0.1.0")
22

33
module("threading.py")

python-stdlib/time/manifest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
metadata(version="0.1")
1+
metadata(version="0.1.0")
22

33
module("time.py")

python-stdlib/traceback/manifest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
metadata(version="0.3")
1+
metadata(version="0.3.0")
22

33
module("traceback.py")

unix-ffi/_markupbase/manifest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
metadata(version="3.3.3-1")
1+
metadata(version="3.3.4")
22

33
require("re", unix_ffi=True)
44

unix-ffi/cgi/manifest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
metadata(version="3.3.3-2")
1+
metadata(version="3.3.4")
22

33
module("cgi.py")

unix-ffi/email.utils/manifest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
metadata(version="3.3.3-2")
1+
metadata(version="3.3.4")
22

33
require("os", unix_ffi=True)
44
require("re", unix_ffi=True)

unix-ffi/getopt/manifest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
metadata(version="3.3.3-1")
1+
metadata(version="3.3.4")
22

33
require("os", unix_ffi=True)
44

unix-ffi/gettext/manifest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
metadata(version="0.1")
1+
metadata(version="0.1.0")
22

33
# Originally written by Riccardo Magliocchetti.
44

unix-ffi/html.entities/manifest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
metadata(version="3.3.3-1")
1+
metadata(version="3.3.4")
22

33
package("html")

unix-ffi/html.parser/manifest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
metadata(version="3.3.3-2")
1+
metadata(version="3.3.4")
22

33
require("_markupbase", unix_ffi=True)
44
require("warnings")

unix-ffi/os/manifest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
metadata(version="0.6")
1+
metadata(version="0.6.0")
22

33
# Originally written by Paul Sokolovsky.
44

unix-ffi/pwd/manifest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
metadata(version="0.1")
1+
metadata(version="0.1.0")
22

33
# Originally written by Riccardo Magliocchetti.
44

unix-ffi/select/manifest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
metadata(version="0.3")
1+
metadata(version="0.3.0")
22

33
# Originally written by Paul Sokolovsky.
44

unix-ffi/time/manifest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
metadata(version="0.5")
1+
metadata(version="0.5.0")
22

33
require("ffilib", unix_ffi=True)
44

unix-ffi/timeit/manifest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
metadata(version="3.3.3-3")
1+
metadata(version="3.3.4")
22

33
require("getopt", unix_ffi=True)
44
require("itertools")

0 commit comments

Comments
 (0)