Compare commits

4 Commits

Author SHA256 Message Date
dbaf80a00a Accepting request 1295533 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1295533
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-rpyc?expand=0&rev=16
2025-07-24 16:54:14 +00:00
ac13f99280 - Update to 6.0.2
* Add support to current numpy __array__ ndarray method
  * Allow DeployServer to execute any service and script
  * Updated owner path segment for GitHub links in CHANGELOG.rst
  * Removed references to EOL Python2 to shorten the read
    and keep it relevant to today
  * Removed broken link to Travis CI as it was deprecated
    in favor of GitHub Actions
  * Switched dead link to internet archive for the write up
    by David Mertz.
  * Corrected link to pull request docs by GitHub
  * Mass update of moved links to reduce sphinx linkcheck noise
  * Fixed linkcheck for sourceforge by setting user agent;
    changed sourceforge links to https
  * Removed reference to IronPython 2.7 since latest RPyC
    dropped EOL python versions like 2.7
  * Updated location to context manager docs
  * Updated owner path segment for GitHub links in docs/install.rst
    and CONTRIBUTORS.rst

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rpyc?expand=0&rev=36
2025-07-24 11:31:22 +00:00
8518d050b5 Accepting request 1224272 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1224272
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-rpyc?expand=0&rev=15
2024-11-15 14:44:03 +00:00
e13e211531 Accepting request 1224172 from home:glaubitz:branches:devel:languages:python
- Update to 6.0.1
  * Minor fixes to class module id packs and related unittest assertions
  * #559 closes #558 which reported issues with proxy cache referrant
    race conditions, get_method errors, and stream issues
  * #557 fix pytest issues reported in #544

OBS-URL: https://build.opensuse.org/request/show/1224172
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rpyc?expand=0&rev=34
2024-11-14 17:23:55 +00:00
4 changed files with 37 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3492e83d7dd67011a9215612c13d92f52e96a0690fc7bbaea4b3ead1e9de5517
size 1273858

3
6.0.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ffb0dad67300c0e26d48397c1f4cf5c8413bff2f3b2d4f3e9e8653e6ef2e67cc
size 1274431

View File

@@ -1,3 +1,35 @@
-------------------------------------------------------------------
Wed Jul 23 12:13:46 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 6.0.2
* Add support to current numpy __array__ ndarray method
* Allow DeployServer to execute any service and script
* Updated owner path segment for GitHub links in CHANGELOG.rst
* Removed references to EOL Python2 to shorten the read
and keep it relevant to today
* Removed broken link to Travis CI as it was deprecated
in favor of GitHub Actions
* Switched dead link to internet archive for the write up
by David Mertz.
* Corrected link to pull request docs by GitHub
* Mass update of moved links to reduce sphinx linkcheck noise
* Fixed linkcheck for sourceforge by setting user agent;
changed sourceforge links to https
* Removed reference to IronPython 2.7 since latest RPyC
dropped EOL python versions like 2.7
* Updated location to context manager docs
* Updated owner path segment for GitHub links in docs/install.rst
and CONTRIBUTORS.rst
-------------------------------------------------------------------
Thu Nov 14 11:29:43 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 6.0.1
* Minor fixes to class module id packs and related unittest assertions
* #559 closes #558 which reported issues with proxy cache referrant
race conditions, get_method errors, and stream issues
* #557 fix pytest issues reported in #544
-------------------------------------------------------------------
Wed Mar 13 13:13:19 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-rpyc
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -26,7 +26,7 @@
%endif
%{?sle15_python_module_pythons}
Name: python-rpyc%{psuffix}
Version: 6.0.0
Version: 6.0.2
Release: 0
Summary: Remote Python Call (RPyC), a RPC library
License: MIT