dtools.circular-array 3.15.0__tar.gz → 3.15.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: dtools.circular-array
3
- Version: 3.15.0
3
+ Version: 3.15.1
4
4
  Summary: An indexable circular array data structure.
5
5
  Keywords: circular array,dequeue,pop,push,indexable,auto resizing
6
6
  Author-email: "Geoffrey R. Scheller" <geoffrey@scheller.com>
@@ -21,7 +21,11 @@ Project-URL: Homepage, https://github.com/grscheller/dtools-namespace-projects/b
21
21
  Project-URL: Source, https://github.com/grscheller/dtools-circular-array
22
22
  Provides-Extra: test
23
23
 
24
- # Developer Tools - Circular Array
24
+ # Developer Tools - Circular Array **DEPRICATED**
25
+
26
+ Please use PyPI project
27
+ [pythonic-fp-circularray](https://pypi.org/project/pythonic-fp-circulararray/)
28
+ instead.
25
29
 
26
30
  Python package containing a module implementing a circular array data
27
31
  structure, This project is part of the [Developer Tools for Python][4]
@@ -1,4 +1,8 @@
1
- # Developer Tools - Circular Array
1
+ # Developer Tools - Circular Array **DEPRICATED**
2
+
3
+ Please use PyPI project
4
+ [pythonic-fp-circularray](https://pypi.org/project/pythonic-fp-circulararray/)
5
+ instead.
2
6
 
3
7
  Python package containing a module implementing a circular array data
4
8
  structure, This project is part of the [Developer Tools for Python][4]
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
4
4
 
5
5
  [project]
6
6
  name = "dtools.circular-array"
7
- version = "3.15.0"
7
+ version = "3.15.1"
8
8
  authors = [{ name = "Geoffrey R. Scheller", email = "geoffrey@scheller.com" }]
9
9
  license = { file = "LICENSE" }
10
10
  readme = "README.md"