mirror of
https://github.com/thp/pyotherside.git
synced 2025-02-05 08:08:23 +08:00
PyOtherSide 1.6.1
This commit is contained in:
parent
a63556fc7a
commit
9a4d1a2a35
2
LICENSE
2
LICENSE
@ -2,7 +2,7 @@ PyOtherSide: Asynchronous Python 3 Bindings for Qt 5 and Qt 6
|
|||||||
|
|
||||||
ISC License
|
ISC License
|
||||||
|
|
||||||
Copyright (c) 2011, 2013-2022, Thomas Perl <m@thp.io>
|
Copyright (c) 2011, 2013-2024, Thomas Perl <m@thp.io>
|
||||||
|
|
||||||
Permission to use, copy, modify, and/or distribute this software for any
|
Permission to use, copy, modify, and/or distribute this software for any
|
||||||
purpose with or without fee is hereby granted, provided that the above
|
purpose with or without fee is hereby granted, provided that the above
|
||||||
|
@ -41,7 +41,7 @@ master_doc = 'index'
|
|||||||
|
|
||||||
# General information about the project.
|
# General information about the project.
|
||||||
project = u'PyOtherSide'
|
project = u'PyOtherSide'
|
||||||
copyright = u'2014-2022 Thomas Perl'
|
copyright = u'2014-2024 Thomas Perl'
|
||||||
|
|
||||||
# The version info for the project you're documenting, acts as replacement for
|
# The version info for the project you're documenting, acts as replacement for
|
||||||
# |version| and |release|, also used in various other places throughout the
|
# |version| and |release|, also used in various other places throughout the
|
||||||
@ -50,7 +50,7 @@ copyright = u'2014-2022 Thomas Perl'
|
|||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = '1.6'
|
version = '1.6'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = '1.6.0'
|
release = '1.6.1'
|
||||||
|
|
||||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||||
# for a list of supported languages.
|
# for a list of supported languages.
|
||||||
|
@ -1196,8 +1196,8 @@ flags for compiling and linking against Python on your system.
|
|||||||
ChangeLog
|
ChangeLog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
Version UNRELEASED (YYYY-MM-DD)
|
Version 1.6.1 (2024-05-18)
|
||||||
-------------------------------
|
--------------------------
|
||||||
|
|
||||||
* Dropped support for Python < 3.8 (PR#131)
|
* Dropped support for Python < 3.8 (PR#131)
|
||||||
* Added support for Python 3.12 (PR#131)
|
* Added support for Python 3.12 (PR#131)
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
PROJECTNAME = pyotherside
|
PROJECTNAME = pyotherside
|
||||||
VERSION = 1.6.0
|
VERSION = 1.6.1
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* PyOtherSide: Asynchronous Python 3 Bindings for Qt 5 and Qt 6
|
* PyOtherSide: Asynchronous Python 3 Bindings for Qt 5 and Qt 6
|
||||||
* Copyright (c) 2011, 2013-2022, Thomas Perl <m@thp.io>
|
* Copyright (c) 2011, 2013-2024, Thomas Perl <m@thp.io>
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and/or distribute this software for any
|
* Permission to use, copy, modify, and/or distribute this software for any
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* purpose with or without fee is hereby granted, provided that the above
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* PyOtherSide: Asynchronous Python 3 Bindings for Qt 5 and Qt 6
|
* PyOtherSide: Asynchronous Python 3 Bindings for Qt 5 and Qt 6
|
||||||
* Copyright (c) 2011, 2013-2022, Thomas Perl <m@thp.io>
|
* Copyright (c) 2011, 2013-2024, Thomas Perl <m@thp.io>
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and/or distribute this software for any
|
* Permission to use, copy, modify, and/or distribute this software for any
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* purpose with or without fee is hereby granted, provided that the above
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* PyOtherSide: Asynchronous Python 3 Bindings for Qt 5 and Qt 6
|
* PyOtherSide: Asynchronous Python 3 Bindings for Qt 5 and Qt 6
|
||||||
* Copyright (c) 2011, 2013-2022, Thomas Perl <m@thp.io>
|
* Copyright (c) 2011, 2013-2024, Thomas Perl <m@thp.io>
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and/or distribute this software for any
|
* Permission to use, copy, modify, and/or distribute this software for any
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* purpose with or without fee is hereby granted, provided that the above
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* PyOtherSide: Asynchronous Python 3 Bindings for Qt 5 and Qt 6
|
* PyOtherSide: Asynchronous Python 3 Bindings for Qt 5 and Qt 6
|
||||||
* Copyright (c) 2011, 2013-2022, Thomas Perl <m@thp.io>
|
* Copyright (c) 2011, 2013-2024, Thomas Perl <m@thp.io>
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and/or distribute this software for any
|
* Permission to use, copy, modify, and/or distribute this software for any
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* purpose with or without fee is hereby granted, provided that the above
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* PyOtherSide: Asynchronous Python 3 Bindings for Qt 5 and Qt 6
|
* PyOtherSide: Asynchronous Python 3 Bindings for Qt 5 and Qt 6
|
||||||
* Copyright (c) 2011, 2013-2022, Thomas Perl <m@thp.io>
|
* Copyright (c) 2011, 2013-2024, Thomas Perl <m@thp.io>
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and/or distribute this software for any
|
* Permission to use, copy, modify, and/or distribute this software for any
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* purpose with or without fee is hereby granted, provided that the above
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* PyOtherSide: Asynchronous Python 3 Bindings for Qt 5 and Qt 6
|
* PyOtherSide: Asynchronous Python 3 Bindings for Qt 5 and Qt 6
|
||||||
* Copyright (c) 2011, 2013-2022, Thomas Perl <m@thp.io>
|
* Copyright (c) 2011, 2013-2024, Thomas Perl <m@thp.io>
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and/or distribute this software for any
|
* Permission to use, copy, modify, and/or distribute this software for any
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* purpose with or without fee is hereby granted, provided that the above
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* PyOtherSide: Asynchronous Python 3 Bindings for Qt 5 and Qt 6
|
* PyOtherSide: Asynchronous Python 3 Bindings for Qt 5 and Qt 6
|
||||||
* Copyright (c) 2011, 2013-2022, Thomas Perl <m@thp.io>
|
* Copyright (c) 2011, 2013-2024, Thomas Perl <m@thp.io>
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and/or distribute this software for any
|
* Permission to use, copy, modify, and/or distribute this software for any
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* purpose with or without fee is hereby granted, provided that the above
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* PyOtherSide: Asynchronous Python 3 Bindings for Qt 5 and Qt 6
|
* PyOtherSide: Asynchronous Python 3 Bindings for Qt 5 and Qt 6
|
||||||
* Copyright (c) 2011, 2013-2022, Thomas Perl <m@thp.io>
|
* Copyright (c) 2011, 2013-2024, Thomas Perl <m@thp.io>
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and/or distribute this software for any
|
* Permission to use, copy, modify, and/or distribute this software for any
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* purpose with or without fee is hereby granted, provided that the above
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* PyOtherSide: Asynchronous Python 3 Bindings for Qt 5 and Qt 6
|
* PyOtherSide: Asynchronous Python 3 Bindings for Qt 5 and Qt 6
|
||||||
* Copyright (c) 2011, 2013-2022, Thomas Perl <m@thp.io>
|
* Copyright (c) 2011, 2013-2024, Thomas Perl <m@thp.io>
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and/or distribute this software for any
|
* Permission to use, copy, modify, and/or distribute this software for any
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* purpose with or without fee is hereby granted, provided that the above
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* PyOtherSide: Asynchronous Python 3 Bindings for Qt 5 and Qt 6
|
* PyOtherSide: Asynchronous Python 3 Bindings for Qt 5 and Qt 6
|
||||||
* Copyright (c) 2011, 2013-2022, Thomas Perl <m@thp.io>
|
* Copyright (c) 2011, 2013-2024, Thomas Perl <m@thp.io>
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and/or distribute this software for any
|
* Permission to use, copy, modify, and/or distribute this software for any
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* purpose with or without fee is hereby granted, provided that the above
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* PyOtherSide: Asynchronous Python 3 Bindings for Qt 5 and Qt 6
|
* PyOtherSide: Asynchronous Python 3 Bindings for Qt 5 and Qt 6
|
||||||
* Copyright (c) 2011, 2013-2022, Thomas Perl <m@thp.io>
|
* Copyright (c) 2011, 2013-2024, Thomas Perl <m@thp.io>
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and/or distribute this software for any
|
* Permission to use, copy, modify, and/or distribute this software for any
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* purpose with or without fee is hereby granted, provided that the above
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* PyOtherSide: Asynchronous Python 3 Bindings for Qt 5 and Qt 6
|
* PyOtherSide: Asynchronous Python 3 Bindings for Qt 5 and Qt 6
|
||||||
* Copyright (c) 2011, 2013-2022, Thomas Perl <m@thp.io>
|
* Copyright (c) 2011, 2013-2024, Thomas Perl <m@thp.io>
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and/or distribute this software for any
|
* Permission to use, copy, modify, and/or distribute this software for any
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* purpose with or without fee is hereby granted, provided that the above
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* PyOtherSide: Asynchronous Python 3 Bindings for Qt 5 and Qt 6
|
* PyOtherSide: Asynchronous Python 3 Bindings for Qt 5 and Qt 6
|
||||||
* Copyright (c) 2011, 2013-2022, Thomas Perl <m@thp.io>
|
* Copyright (c) 2011, 2013-2024, Thomas Perl <m@thp.io>
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and/or distribute this software for any
|
* Permission to use, copy, modify, and/or distribute this software for any
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* purpose with or without fee is hereby granted, provided that the above
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* PyOtherSide: Asynchronous Python 3 Bindings for Qt 5 and Qt 6
|
* PyOtherSide: Asynchronous Python 3 Bindings for Qt 5 and Qt 6
|
||||||
* Copyright (c) 2011, 2013-2022, Thomas Perl <m@thp.io>
|
* Copyright (c) 2011, 2013-2024, Thomas Perl <m@thp.io>
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and/or distribute this software for any
|
* Permission to use, copy, modify, and/or distribute this software for any
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* purpose with or without fee is hereby granted, provided that the above
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* PyOtherSide: Asynchronous Python 3 Bindings for Qt 5 and Qt 6
|
* PyOtherSide: Asynchronous Python 3 Bindings for Qt 5 and Qt 6
|
||||||
* Copyright (c) 2011, 2013-2022, Thomas Perl <m@thp.io>
|
* Copyright (c) 2011, 2013-2024, Thomas Perl <m@thp.io>
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and/or distribute this software for any
|
* Permission to use, copy, modify, and/or distribute this software for any
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* purpose with or without fee is hereby granted, provided that the above
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* PyOtherSide: Asynchronous Python 3 Bindings for Qt 5 and Qt 6
|
* PyOtherSide: Asynchronous Python 3 Bindings for Qt 5 and Qt 6
|
||||||
* Copyright (c) 2011, 2013-2022, Thomas Perl <m@thp.io>
|
* Copyright (c) 2011, 2013-2024, Thomas Perl <m@thp.io>
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and/or distribute this software for any
|
* Permission to use, copy, modify, and/or distribute this software for any
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* purpose with or without fee is hereby granted, provided that the above
|
||||||
|
Loading…
x
Reference in New Issue
Block a user