cone.calendar 0.3__py3-none-any.whl → 0.4__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of cone.calendar might be problematic. Click here for more details.
- cone.calendar-0.4-py3.9-nspkg.pth +1 -0
- {cone.calendar-0.3.dist-info → cone_calendar-0.4.dist-info}/METADATA +24 -8
- {cone.calendar-0.3.dist-info → cone_calendar-0.4.dist-info}/RECORD +7 -7
- {cone.calendar-0.3.dist-info → cone_calendar-0.4.dist-info}/WHEEL +1 -1
- cone.calendar-0.3-py3.7-nspkg.pth +0 -1
- {cone.calendar-0.3.dist-info → cone_calendar-0.4.dist-info/licenses}/LICENSE.rst +0 -0
- {cone.calendar-0.3.dist-info → cone_calendar-0.4.dist-info}/namespace_packages.txt +0 -0
- {cone.calendar-0.3.dist-info → cone_calendar-0.4.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import sys, types, os;p = os.path.join(sys._getframe(1).f_locals['sitedir'], *('cone',));importlib = __import__('importlib.util');__import__('importlib.machinery');m = sys.modules.setdefault('cone', importlib.util.module_from_spec(importlib.machinery.PathFinder.find_spec('cone', [os.path.dirname(p)])));m = m or sys.modules.setdefault('cone', types.ModuleType('cone'));mp = (m or []) and m.__dict__.setdefault('__path__',[]);(p not in mp) and mp.append(p)
|
|
@@ -1,21 +1,32 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: cone.calendar
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.4
|
|
4
4
|
Summary: jQuery Fullcalendar integration for cone.app
|
|
5
5
|
Home-page: http://github.com/conestack/cone.calendar
|
|
6
6
|
Author: Cone Contributors
|
|
7
7
|
Author-email: dev@conestack.org
|
|
8
8
|
License: Simplified BSD
|
|
9
9
|
Keywords: node pyramid cone web
|
|
10
|
-
Platform: UNKNOWN
|
|
11
10
|
Classifier: Environment :: Web Environment
|
|
12
11
|
Classifier: Programming Language :: Python
|
|
13
12
|
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
|
|
13
|
+
License-File: LICENSE.rst
|
|
14
14
|
Requires-Dist: setuptools
|
|
15
|
-
Requires-Dist: cone.app
|
|
16
|
-
Requires-Dist: yafowil.widget.cron
|
|
15
|
+
Requires-Dist: cone.app<1.1.0
|
|
16
|
+
Requires-Dist: yafowil.widget.cron<2.0.0
|
|
17
17
|
Provides-Extra: test
|
|
18
|
-
Requires-Dist: zope.testrunner
|
|
18
|
+
Requires-Dist: zope.testrunner; extra == "test"
|
|
19
|
+
Dynamic: author
|
|
20
|
+
Dynamic: author-email
|
|
21
|
+
Dynamic: classifier
|
|
22
|
+
Dynamic: description
|
|
23
|
+
Dynamic: home-page
|
|
24
|
+
Dynamic: keywords
|
|
25
|
+
Dynamic: license
|
|
26
|
+
Dynamic: license-file
|
|
27
|
+
Dynamic: provides-extra
|
|
28
|
+
Dynamic: requires-dist
|
|
29
|
+
Dynamic: summary
|
|
19
30
|
|
|
20
31
|
.. image:: https://img.shields.io/pypi/v/cone.calendar.svg
|
|
21
32
|
:target: https://pypi.python.org/pypi/cone.calendar
|
|
@@ -168,6 +179,13 @@ Contributors
|
|
|
168
179
|
Changes
|
|
169
180
|
=======
|
|
170
181
|
|
|
182
|
+
0.4 (2025-10-25)
|
|
183
|
+
----------------
|
|
184
|
+
|
|
185
|
+
- Pin upper versions of dependencies.
|
|
186
|
+
[rnix]
|
|
187
|
+
|
|
188
|
+
|
|
171
189
|
0.3 (2022-10-06)
|
|
172
190
|
----------------
|
|
173
191
|
|
|
@@ -219,5 +237,3 @@ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
|
|
219
237
|
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
220
238
|
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
221
239
|
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
222
|
-
|
|
223
|
-
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
cone.calendar-0.
|
|
1
|
+
cone.calendar-0.4-py3.9-nspkg.pth,sha256=WmSYeXqiFe1Qae-WQFmtUgaaYvduormqDUjrRgs1ASs,457
|
|
2
2
|
cone/calendar/__init__.py,sha256=HzIv9tI9j9ZQ3KBb83001kSUcVak0tOI3xBMRde7tfg,1345
|
|
3
3
|
cone/calendar/interfaces.py,sha256=FiRBcFnQxCbNsW45qSBKOncUMGGfz_nqvNGRV3uElSE,466
|
|
4
4
|
cone/calendar/tests.py,sha256=-bWW0oBAlKkyLWajwby9uZZYRGE8j2y8MQDaRNYKnp4,8640
|
|
@@ -196,9 +196,9 @@ cone/calendar/browser/static/moment/locale/zh-hk.js,sha256=fmYZOP4pdbWbK0RNgoGan
|
|
|
196
196
|
cone/calendar/browser/static/moment/locale/zh-tw.js,sha256=N5Ur4XYhQAd4j76hrGLuEKzPdCia8HxbNGSga3tosAQ,3326
|
|
197
197
|
cone/calendar/locale/cone.calendar.pot,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
198
198
|
cone/calendar/locale/de/LC_MESSAGES/cone.calendar.po,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
199
|
+
cone_calendar-0.4.dist-info/licenses/LICENSE.rst,sha256=pc-xeRFEPfKlZXCszZ9pCxYDBNE7xPM-bgHjyLTDpRo,1373
|
|
200
|
+
cone_calendar-0.4.dist-info/METADATA,sha256=RTVhkkcsFUuSXDVtMswnqMeiThShgoq9Xn-J15PPxY4,6762
|
|
201
|
+
cone_calendar-0.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
202
|
+
cone_calendar-0.4.dist-info/namespace_packages.txt,sha256=lu11VEz--UhjAtw-HG4CejJNFf-TZlq7z1O6wZ7Vrjk,5
|
|
203
|
+
cone_calendar-0.4.dist-info/top_level.txt,sha256=lu11VEz--UhjAtw-HG4CejJNFf-TZlq7z1O6wZ7Vrjk,5
|
|
204
|
+
cone_calendar-0.4.dist-info/RECORD,,
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import sys, types, os;has_mfs = sys.version_info > (3, 5);p = os.path.join(sys._getframe(1).f_locals['sitedir'], *('cone',));importlib = has_mfs and __import__('importlib.util');has_mfs and __import__('importlib.machinery');m = has_mfs and sys.modules.setdefault('cone', importlib.util.module_from_spec(importlib.machinery.PathFinder.find_spec('cone', [os.path.dirname(p)])));m = m or sys.modules.setdefault('cone', types.ModuleType('cone'));mp = (m or []) and m.__dict__.setdefault('__path__',[]);(p not in mp) and mp.append(p)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|