Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support Python 3.11 #52

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

support Python 3.11 #52

wants to merge 1 commit into from

Conversation

mr-c
Copy link

@mr-c mr-c commented Dec 23, 2022

Fixes #43

hswong3i added a commit to alvistack/jazzband-contextlib2 that referenced this pull request May 13, 2023
    git clean -xdf
    tar zcvf ../python-contextlib2_21.6.0.orig.tar.gz --exclude=.git .
    debuild -uc -us
    cp python-contextlib2.spec ../python-contextlib2_21.6.0-1.spec
    mv ../python*-contextlib2*21.6.0*.{gz,xz,spec,dsc} /osc/home\:alvistack/jazzband-contextlib2-21.6.0/
    rm -rf ../python*-contextlib2*21.6.0*.*

See jazzband#52

Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
hswong3i added a commit to alvistack/jazzband-contextlib2 that referenced this pull request May 13, 2023
    git clean -xdf
    tar zcvf ../python-contextlib2_21.6.0.orig.tar.gz --exclude=.git .
    debuild -uc -us
    cp python-contextlib2.spec ../python-contextlib2_21.6.0-1.spec
    mv ../python*-contextlib2*21.6.0*.{gz,xz,spec,dsc} /osc/home\:alvistack/jazzband-contextlib2-21.6.0/
    rm -rf ../python*-contextlib2*21.6.0*.*

See jazzband#52

Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
@mikegerber
Copy link

I was looking for this (specifically a port of 3.11's chdir() context manager.) today.

Would testing/reviewing this PR help with merging this?

hswong3i added a commit to alvistack/jazzband-contextlib2 that referenced this pull request Feb 7, 2024
    git clean -xdf
    tar zcvf ../python-contextlib2_21.6.0.orig.tar.gz --exclude=.git .
    debuild -uc -us
    cp python-contextlib2.spec ../python-contextlib2_21.6.0-1.spec
    cp ../python*-contextlib2*21.6.0*.{gz,xz,spec,dsc} /osc/home\:alvistack/jazzband-contextlib2-21.6.0/
    rm -rf ../python*-contextlib2*21.6.0*.*

See jazzband#52

Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
hswong3i added a commit to alvistack/jazzband-contextlib2 that referenced this pull request Feb 27, 2024
    git clean -xdf
    tar zcvf ../python-contextlib2_21.6.0.orig.tar.gz --exclude=.git .
    debuild -uc -us
    cp python-contextlib2.spec ../python-contextlib2_21.6.0-1.spec
    cp ../python*-contextlib2*21.6.0*.{gz,xz,spec,dsc} /osc/home\:alvistack/jazzband-contextlib2-21.6.0/
    rm -rf ../python*-contextlib2*21.6.0*.*

See jazzband#52

Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

backport contextlib from python 3.11
2 participants