Skip to content

Commit db165a7

Browse files
authored
Change riptideio to pymodbus-dev. (#1292)
Change riptideio to pymodbus-dev.
1 parent a779e66 commit db165a7

File tree

19 files changed

+56
-60
lines changed

19 files changed

+56
-60
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
<!--
2-
Please use the Pymodbus gitter channel at https://gitter.im/pymodbus_dev/Lobby or Stack Overflow(tag [pymodbus](https://stackoverflow.com/questions/tagged/pymodbus) for
3-
support questions.
42
53
Before opening a new issue, make sure you do the following:
6-
* check that your issue isn't already filed: https://github.com/riptideio/pymodbus/issues
7-
* check the discussions forum https://github.com/riptideio/pymodbus/discussions
4+
* check that your issue isn't already filed: https://github.com/pymodbus-dev/pymodbus/issues
5+
* check the discussions forum https://github.com/pymodbus-dev/pymodbus/discussions
86
* prepare a short, runnable example that reproduce the issue with the latest development version of Pymodbus
97
-->
108

CHANGELOG.rst

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ version 3.1.1
1313

1414
Thanks to:
1515

16-
Alex
17-
Alexandre CUER
18-
Dries
19-
jan iversen
16+
Alex,
17+
Alexandre CUER,
18+
Dries,
19+
jan iversen,
2020
peufeu2
2121

2222

@@ -46,13 +46,13 @@ version 3.1.0
4646

4747
Thanks to:
4848

49-
Alex
50-
banana-sun
51-
Chris Hung
52-
dhoomakethu
53-
jan iversen
54-
Matthias Straka
55-
Pavel Kostromitinov
49+
Alex,
50+
banana-sun,
51+
Chris Hung,
52+
dhoomakethu,
53+
jan iversen,
54+
Matthias Straka,
55+
Pavel Kostromitinov,
5656

5757
version 3.0.2
5858
----------------------------------------------------------
@@ -86,15 +86,15 @@ version 3.0.2
8686

8787
Thanks to:
8888

89-
Alex
90-
Alexandre CUER
91-
Blaise Thompson
92-
dhoomakethu
93-
Gao Fang
94-
jan Iversen
95-
Joe Burmeister
96-
Sebastian Machuca
97-
Thijs W
89+
Alex,
90+
Alexandre CUER,
91+
Blaise Thompson,
92+
dhoomakethu,
93+
Gao Fang,
94+
jan Iversen,
95+
Joe Burmeister,
96+
Sebastian Machuca,
97+
Thijs W,
9898
WouterTuinstra
9999

100100
version 3.0.1

README.rst

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,10 @@
22
PyModbus - A Python Modbus Stack
33
================================
44
We are happy to announce that we have a new home: pymodbus-dev, which is pure 100% FOSS.
5-
The move from riptideio (a company) was done to allow a 100% openness in the spirit of FOSS.
5+
The move from a company organization to pymodbus-dev was done to allow a 100% openness in the spirit of FOSS.
66

7-
.. image:: https://github.com/riptideio/pymodbus/actions/workflows/ci.yml/badge.svg?branch=dev
8-
:target: https://github.com/riptideio/pymodbus/actions/workflows/ci.yml
9-
.. image:: https://badges.gitter.im/Join%20Chat.svg
10-
:target: https://gitter.im/pymodbus_dev/Lobby
7+
.. image:: https://github.com/pymodbus-dev/pymodbus/actions/workflows/ci.yml/badge.svg?branch=dev
8+
:target: https://github.com/pymodbus-dev/pymodbus/actions/workflows/ci.yml
119
.. image:: https://readthedocs.org/projects/pymodbus/badge/?version=latest
1210
:target: https://pymodbus.readthedocs.io/en/latest/?badge=latest
1311
:alt: Documentation Status
@@ -22,12 +20,12 @@ The move from riptideio (a company) was done to allow a 100% openness in the spi
2220
Supported versions
2321
------------------------------------------------------------
2422

25-
Version `2.5.3 <https://github.com/riptideio/pymodbus/releases/tag/v2.5.3>`_ is the last 2.x release (Supports python 2.7.x - 3.7).
23+
Version `2.5.3 <https://github.com/pymodbus-dev/pymodbus/releases/tag/v2.5.3>`_ is the last 2.x release (Supports python 2.7.x - 3.7).
2624

27-
Version `3.1.1 <https://github.com/riptideio/pymodbus/releases/tag/v3.1.1>`_ is the current release (Supports Python >=3.8).
25+
Version `3.1.1 <https://github.com/pymodbus-dev/pymodbus/releases/tag/v3.1.1>`_ is the current release (Supports Python >=3.8).
2826

2927
.. important::
30-
All API changes after 3.0.0 are documented in `API_changes.rst <https://github.com/riptideio/pymodbus/blob/dev/API_changes.rst>`_
28+
All API changes after 3.0.0 are documented in `API_changes.rst <https://github.com/pymodbus-dev/pymodbus/blob/dev/API_changes.rst>`_
3129

3230

3331
------------------------------------------------------------
@@ -91,7 +89,7 @@ base operating system will allow (*allow* in this case means how many Virtual IP
9189

9290
For more information please browse the project documentation:
9391

94-
https://riptideio.github.io/pymodbus/
92+
https://pymodbus-dev.github.io/pymodbus/
9593
or
9694
https://readthedocs.org/docs/pymodbus/en/latest/index.html
9795

@@ -124,10 +122,10 @@ Examples Directory structure
124122
├── v2.5.3 -> Examples not updated to version 3.0.0.
125123
├── contrib -> Examples contributed by contributors.
126124

127-
Also, if you have a question, please `create a post in discussions q&a topic <https://github.com/riptideio/pymodbus/discussions/new?category=q-a>`_,
125+
Also, if you have a question, please `create a post in discussions q&a topic <https://github.com/pymodbus-dev/pymodbus/discussions/new?category=q-a>`_,
128126
so that others can benefit from the results.
129127

130-
If you think, that something in the code is broken/not running well, please `open an issue <https://github.com/riptideio/pymodbus/issues/new>`_, read the Template-text first and then post your issue with your setup information.
128+
If you think, that something in the code is broken/not running well, please `open an issue <https://github.com/pymodbus-dev/pymodbus/issues/new>`_, read the Template-text first and then post your issue with your setup information.
131129

132130
------------------------------------------------------------
133131
Pymodbus REPL (Read Evaluate Print Loop)
@@ -143,7 +141,7 @@ Pymodbus REPL comes with many handy features such as payload decoder
143141
to directly retrieve the values in desired format and supports all
144142
the diagnostic function codes directly .
145143

146-
For more info on REPL Client refer `Pymodbus REPL Client <https://github.com/riptideio/pymodbus/tree/dev/pymodbus/repl>`_
144+
For more info on REPL Client refer `Pymodbus REPL Client <https://github.com/pymodbus-dev/pymodbus/tree/dev/pymodbus/repl>`_
147145

148146
.. image:: https://asciinema.org/a/y1xOk7lm59U1bRBE2N1pDIj2o.png
149147
:target: https://asciinema.org/a/y1xOk7lm59U1bRBE2N1pDIj2o
@@ -154,7 +152,7 @@ Pymodbus REPL Server
154152

155153
Pymodbus also comes with a REPL server to quickly run an asynchronous server with additional capabilities out of the box like simulating errors, delay, mangled messages etc.
156154

157-
For more info on REPL Server refer `Pymodbus REPL Server <https://github.com/riptideio/pymodbus/tree/dev/pymodbus/repl>`_
155+
For more info on REPL Server refer `Pymodbus REPL Server <https://github.com/pymodbus-dev/pymodbus/tree/dev/pymodbus/repl>`_
158156

159157
.. image:: https://img.youtube.com/vi/OutaVz0JkWg/maxresdefault.jpg
160158
:target: https://youtu.be/OutaVz0JkWg
@@ -194,7 +192,7 @@ Or to install a specific release:
194192

195193
Otherwise you can pull the trunk source and install from there::
196194

197-
git clone git://github.com/riptideio/pymodbus.git
195+
git clone git://github.com/pymodbus-dev/pymodbus.git
198196
cd pymodbus
199197
pip install -r requirements.txt
200198

@@ -370,7 +368,7 @@ Contributing
370368
Just fork the repo and raise your PR against `dev` branch.
371369

372370
Here are some of the items waiting to be done:
373-
https://github.com/riptideio/pymodbus/blob/dev/doc/TODO
371+
https://github.com/pymodbus-dev/pymodbus/blob/dev/doc/TODO
374372

375373
------------------------------------------------------------
376374
License Information

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
# sys.path.extend([examples, example_common, example_contrib, example_gui])
3939
# sys.path.insert(0, os.path.abspath("../"))
4040

41-
github_doc_root = "https://github.com/riptideio/pymodbus/tree/master/doc/" # pylint: disable=invalid-name
41+
github_doc_root = "https://github.com/pymodbus-dev/pymodbus/tree/master/doc/" # pylint: disable=invalid-name
4242
# -- General configuration ------------------------------------------------
4343

4444
# If your documentation needs a minimal Sphinx version, state it here.

examples/server_async.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def setup_server(args):
127127
info_name={
128128
"VendorName": "Pymodbus",
129129
"ProductCode": "PM",
130-
"VendorUrl": "https://github.com/riptideio/pymodbus/",
130+
"VendorUrl": "https://github.com/pymodbus-dev/pymodbus/",
131131
"ProductName": "Pymodbus Server",
132132
"ModelName": "Pymodbus Server",
133133
"MajorMinorRevision": version.short(),

examples/v2.5.3/callback_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ def run_callback_server():
134134
info_name={
135135
"VendorName": "pymodbus",
136136
"ProductCode": "PM",
137-
"VendorUrl": "https://github.com/riptideio/pymodbus/",
137+
"VendorUrl": "https://github.com/pymodbus-dev/pymodbus/",
138138
"ProductName": "pymodbus Server",
139139
"ModelName": "pymodbus Server",
140140
"MajorMinorRevision": version.short(),

examples/v2.5.3/custom_datablock.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def run_custom_db_server():
7272
info_name={
7373
"VendorName": "pymodbus",
7474
"ProductCode": "PM",
75-
"VendorUrl": "https://github.com/riptideio/pymodbus/",
75+
"VendorUrl": "https://github.com/pymodbus-dev/pymodbus/",
7676
"ProductName": "pymodbus Server",
7777
"ModelName": "pymodbus Server",
7878
"MajorMinorRevision": version.short(),

examples/v2.5.3/custom_synchronous_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def run_server():
109109
info_name={
110110
"VendorName": "Pymodbus",
111111
"ProductCode": "PM",
112-
"VendorUrl": "https://github.com/riptideio/pymodbus/",
112+
"VendorUrl": "https://github.com/pymodbus-dev/pymodbus/",
113113
"ProductName": "Pymodbus Server",
114114
"ModelName": "Pymodbus Server",
115115
"MajorMinorRevision": version.short(),

examples/v2.5.3/dbstore_update_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ async def run_dbstore_update_server():
8686
info_name={
8787
"VendorName": "pymodbus",
8888
"ProductCode": "PM",
89-
"VendorUrl": "https://github.com/riptideio/pymodbus/",
89+
"VendorUrl": "https://github.com/pymodbus-dev/pymodbus/",
9090
"ProductName": "pymodbus Server",
9191
"ModelName": "pymodbus Server",
9292
"MajorMinorRevision": version.short(),

examples/v2.5.3/deviceinfo_showcase_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def run_server():
5454
info_name={
5555
"VendorName": "Pymodbus",
5656
"ProductCode": "PM",
57-
"VendorUrl": "https://github.com/riptideio/pymodbus/",
57+
"VendorUrl": "https://github.com/pymodbus-dev/pymodbus/",
5858
"ProductName": "Pymodbus Server",
5959
"ModelName": "Pymodbus Server",
6060
"MajorMinorRevision": version.short(),

0 commit comments

Comments
 (0)