#1 Update to 1.3.1 (rhbz#1697098)
Closed 3 years ago by torsava. Opened 4 years ago by cstratak.
rpms/ cstratak/python-shellingham master  into  master

file modified
+1
@@ -1,1 +1,2 @@ 

  /shellingham-1.2.7.tar.gz

+ /shellingham-1.3.1.tar.gz

file modified
+6 -3
@@ -1,8 +1,8 @@ 

  %global pypi_name shellingham

  

  Name:           python-%{pypi_name}

- Version:        1.2.7

- Release:        5%{?dist}

+ Version:        1.3.1

+ Release:        1%{?dist}

  Summary:        Tool to detect surrounding Shell

  License:        ISC

  URL:            https://github.com/sarugaku/shellingham
@@ -42,9 +42,12 @@ 

  %license LICENSE

  %doc README.rst CHANGELOG.rst

  %{python3_sitelib}/%{pypi_name}/

- %{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info/

+ %{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info/

  

  %changelog

+ * Thu Dec 19 2019 Charalampos Stratakis <cstratak@redhat.com> - 1.3.1-1

+ - Update to 1.3.1 (rhbz#1697098)

+ 

  * Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 1.2.7-5

  - Rebuilt for Python 3.8.0rc1 (#1748018)

  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (shellingham-1.2.7.tar.gz) = 1bcb563ad5a1d80a29e5a6d1be36ca21a934fa9131e33f9b2eddbc5ee31f0ade665ca7ecf678e9d54e43d0e10e8873ee40cfa8fd9a70ecd2c99a1004938ae5da

+ SHA512 (shellingham-1.3.1.tar.gz) = ba728bed5b3c0d715e8557f8364e98eebc006a4375b6e1a9c4be92571cd71c7bf6856571f3bf66879c8075fdfebc0a54a6a5190c40811b028616c5b28808d832

no initial comment

Sorry about this, I must have missed the notification. Will rebase.

rebased onto 92d30af

4 years ago

Rebased. Needs to be tested with pipenv and poetry.

cc @decathorpe @pkopkan for help - I won't be able to do that this year.

basic usage of poetry and activating a virtualenv works.

I've also pushed a candidate build for this PR to my poetry-1.0.0 COPR to make testing easier.

I'd appreciate if somebody gets to this. I clearly have no time.

We might also just wait for the new pipenv before we do this.

Please coordinate the update with @torsava wrt pipenv.

Closing this, new PR with the same commit rebased on master is here: https://src.fedoraproject.org/rpms/python-shellingham/pull-request/2

Pull-Request has been closed by torsava

3 years ago