Re: [Python-modules-team] python3-pymodbus 3.0.0-6

2023-02-22 Thread Martin
Dears,

going through the list of commits in pymodbus upstream, I wonder if we
should just package the latest version. Yes, I know, it is late in the
freeze process, but e.g. official Python 3.11 support went in with
release 3.1.0, not before. Most other changes are bug fixes or trivial
to small changes. I don't see any huge, new features nor a redesign or
similar dangerous changes. What do you think?

Cheers

___
Python-modules-team mailing list
Python-modules-team@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team


Re: [Python-modules-team] python3-pymodbus 3.0.0-6

2023-02-22 Thread Emmanuel Arias
Hi Joe,


> Attached is a patch from the commit in pymodbus. As I said, it's a trivial.
>
Thanks,

As Martin mentioned, could you fill a bug?

Cheers,
Emmanuel
___
Python-modules-team mailing list
Python-modules-team@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team


[Python-modules-team] First Website on Law in Pakistan

2023-02-22 Thread Pakistan Lawyers
Pakistanlawyer.com is honoured to be Pakistan’s first law website
which is working since 1996 to spread free Legal Awareness to the
general public by pori using the following:
1) Laws
Many people fail to understand their fundamental rights and so
Pakistanlawyer.com has published over 4500+ laws on their website for
general public to read and understand them.
2) Legal Advice
Do you want legal help? If yes then you’re at the right platform!
Pakistanlawyer.com is providing free legal advice to the general
public via email, on call and call back services. Our professional
team and member’s provides free legal advice on all the issue.
3) Lawyer’s Directory
Do you want to find a lawyer from a different city?
We have lawyer’s database from all over Pakistan, you can search
lawyer’s or if you are a lawyer get your data added.
4) Find Lawyer
Are you looking for a legal professional?
We help the general public to find lawyer’s from all over Pakistan
according to their issue/case. Our support team helps them to find the
best lawyer according to their requirements.
5) Legal Awareness
Every citizen must know their legal rights and so pakistanlawyer.com
is providing Legal Awareness on different topics for the general
public via video’s.
6) Online Course.
Willing to try out some legal courses?
We have courses on different topics which comes which Multiple choice
questions (MCQ’s) where the general public can understand the course
and answer the questions, a certificate is also issued after the quiz
if the quiz is answered correctly.
7) Legal Questions and Answers (FAQ’s)
Increase your legal knowledge by reading legal F.A.Qs
We have answered the most asked questions regarding Law, where you
can read and understand the law.
8) Membership
Be a part of our Members team and join our Membership programme is
where Lawyer and general public can register to spread legal
awareness, we also offer them certificates.
9) Lawyers Website.
Are you a lawyer, willing to have a website?
Pakistanlawyer.com has a free website for lawyers, which will help
them increase their client-age.
10) Case Law Search Service
Do you want us to provide you case laws?
Pakistanlawyer.com is providing case law service where we will search
and provide general public case laws as per their need.
11) Case Management
Being a lawyer, sometimes it’s difficult to mange your daily cases?
We have made it easier and now lawyers can manage their legal work
under one website.
12) Articles
Do you enjoy reading or writing articles?
You can read or write articles on pakistanlawyer.com/articles in
English or Urdu
13) Achievement Award
Work with us and get an “Achievement Award”
Pakistanlawyer.com will be providing achievement awards to the ones
who will write articles or create videos for our website.
14) Legal Expert.
Tired of searching for a good legal expert for guidance?
Legal expert helps you get in touch with a legal expert, chat with
them and get your issues solved.
15) Discussion forum
Discussion forum is a general discussion platform to spread legal
awareness. Where anyone can register and discuss on several different
topics. The main objective of this platform is to spread legal
awareness. Discussion can be done on any topic related to law in order
to promote legal awareness among the general public.
16) Application
We recently have published our application on Android and IOS.
Visit https://pakistanlawyer.com/
http://spunkmails.online/mw/index.php/lists/sq2345ml5h03b/unsubscribe/av519daz5s983/pw002s5g00e5d
___
Python-modules-team mailing list
Python-modules-team@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team


Re: [Python-modules-team] python3-pymodbus 3.0.0-6

2023-02-22 Thread Joe Burmeister

Hi Emmanuel,

On 21/02/2023 13:53, Emmanuel Arias wrote:

On Tue, Feb 21, 2023 at 08:59:47AM +, Joe Burmeister wrote:

Hi Emmanuel,

On 21/02/2023 06:00, Emmanuel Arias wrote:

Hi

On Tue, Feb 14, 2023 at 05:52:46PM +, Joe Burmeister wrote:

Hi

There is a silly bug I fixed in the pymodbus shipped for Testing, and I know
Testing is coming up to frozen.

https://github.com/pymodbus-dev/pymodbus/commit/e924e713ad96a420c9df60605ee49a0d9c451e2a

Perhaps, Is there any chance to apply this patch?

Sure. As you can see, it's really simple mistake and fix.

I don't have the details of this package. But as you mentioned seems to
be simple, but we are in the freezing period.

I cc to the uploaders to take that decision.

BTW, you can propose a patch, and take a look that is all ok with this
bug fix in Debian.


Attached is a patch from the commit in pymodbus. As I said, it's a trivial.


Cheers,
Emmanuel



Cheers,
Emmanuel

Cheers,

Joe


Cheers,

Joe

From e924e713ad96a420c9df60605ee49a0d9c451e2a Mon Sep 17 00:00:00 2001
From: Joe Burmeister 
Date: Fri, 14 Oct 2022 15:23:18 +0100
Subject: [PATCH] Bugfix ModbusSerialServer setup so handler is called
 correctly. (#1113)

Signed-off-by: Joe Burmeister 
---
 pymodbus/server/async_io.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pymodbus/server/async_io.py b/pymodbus/server/async_io.py
index bda7765..2ae1992 100755
--- a/pymodbus/server/async_io.py
+++ b/pymodbus/server/async_io.py
@@ -841,7 +841,7 @@ class ModbusSerialServer:  # pylint: disable=too-many-instance-attributes
 try:
 self.transport, self.protocol = await create_serial_connection(
 asyncio.get_event_loop(),
-self.handler(self),
+lambda: self.handler(self),
 self.device,
 baudrate=self.baudrate,
 bytesize=self.bytesize,
-- 
2.39.1



OpenPGP_0xCC6911B1B94B954D.asc
Description: OpenPGP public key


OpenPGP_signature
Description: OpenPGP digital signature
___
Python-modules-team mailing list
Python-modules-team@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team


[Python-modules-team] looking forward to discussing with you from- Ben Khalid Alzaid

2023-02-22 Thread Ben Khalid Alzaid


Hi python-modules-team,
 
I hope this email finds you well! 
 
My name is Ben Khalid. The chief human resources officer (CHRO) of Northern Private Broker.
 
I know you're busy, so I'll be brief. I would love to discuss the potential advancement opportunity within your scope of business.  I am looking forward to discussing any further improvements you might wish to suggest under the framework. Sincerely,Ben KhalidCHRO Northern Private Broker02/22/2023
 
___
Python-modules-team mailing list
Python-modules-team@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team


Re: [Python-modules-team] python3-pymodbus 3.0.0-6

2023-02-22 Thread Martin
Dears,

On 2023-02-21 10:53, Emmanuel Arias wrote:
> I don't have the details of this package. But as you mentioned seems to
> be simple, but we are in the freezing period.
>
> I cc to the uploaders to take that decision.
>
> BTW, you can propose a patch, and take a look that is all ok with this
> bug fix in Debian.

IMHO, this is clearly a patch suitable for Debian 12.
Please everybody in the Python team feel free to do a team upload!
I can do it, too, but not before very late tonight.
Is there a Debian bug number? If not, please submit one for reference!

Thanks!

___
Python-modules-team mailing list
Python-modules-team@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team