Re: [Rpm-maint] [rpm-software-management/rpm] scripts/pythondistdeps: Fix for Python 3.10 (#1558)

2021-03-15 Thread Panu Matilainen
Merged #1558 into master.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/1558#event-4458208697___
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint


Re: [Rpm-maint] [rpm-software-management/rpm] scripts/pythondistdeps: Fix for Python 3.10 (#1558)

2021-03-13 Thread ニール・ゴンパ
@Conan-Kudo approved this pull request.





-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/1558#pullrequestreview-611600065___
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint


Re: [Rpm-maint] [rpm-software-management/rpm] scripts/pythondistdeps: Fix for Python 3.10 (#1558)

2021-02-24 Thread Miro Hrončok
And cc @s-t-e-v-e-n-k

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/1558#issuecomment-785094778___
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint


[Rpm-maint] [rpm-software-management/rpm] scripts/pythondistdeps: Fix for Python 3.10 (#1558)

2021-02-24 Thread Miro Hrončok
self.name in PathDistribution is a property in Python 3.10+ and thus we
cant redefine it as an instance variable. Instead we explicitly define
it as a property, which works on all supported Python versions.

cc @torsava 
You can view, comment on, or merge this pull request online at:

  https://github.com/rpm-software-management/rpm/pull/1558

-- Commit Summary --

  * scripts/pythondistdeps: Fix for Python 3.10

-- File Changes --

M scripts/pythondistdeps.py (10)

-- Patch Links --

https://github.com/rpm-software-management/rpm/pull/1558.patch
https://github.com/rpm-software-management/rpm/pull/1558.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/1558
___
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint