yandex-Farama-Notifications 66.0.3__tar.gz

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.
@@ -0,0 +1,13 @@
1
+ Metadata-Version: 2.1
2
+ Name: yandex-Farama-Notifications
3
+ Version: 66.0.3
4
+ Summary: A package to prevent Dependency Confusion attacks against Yandex.
5
+ Home-page: https://ya.ru
6
+ Author: Yandex
7
+ Author-email: security@yandex-team.ru
8
+ License: UNKNOWN
9
+ Platform: UNKNOWN
10
+ Description-Content-Type: text/markdown
11
+
12
+ This is a security placeholder package.
13
+
@@ -0,0 +1 @@
1
+ This is a security placeholder package.
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
@@ -0,0 +1,23 @@
1
+ from setuptools import setup
2
+ from setuptools.command.install import install
3
+
4
+
5
+ class InstallCommand(install):
6
+ def run(self):
7
+ raise RuntimeError("You are trying to install a stub package yandex-Farama-Notifications. Maybe you are using the wrong pypi? See https://nda.ya.ru/t/GljGihbC5zAGGz for details")
8
+
9
+
10
+ setup(
11
+ name='yandex-Farama-Notifications',
12
+ version='66.0.3',
13
+ author='Yandex',
14
+ author_email='security@yandex-team.ru',
15
+ url='https://ya.ru',
16
+ readme="README.md",
17
+ long_description="""This is a security placeholder package.""",
18
+ long_description_content_type='text/markdown',
19
+ description='A package to prevent Dependency Confusion attacks against Yandex.',
20
+ cmdclass={
21
+ 'install': InstallCommand,
22
+ },
23
+ )
@@ -0,0 +1,13 @@
1
+ Metadata-Version: 2.1
2
+ Name: yandex-Farama-Notifications
3
+ Version: 66.0.3
4
+ Summary: A package to prevent Dependency Confusion attacks against Yandex.
5
+ Home-page: https://ya.ru
6
+ Author: Yandex
7
+ Author-email: security@yandex-team.ru
8
+ License: UNKNOWN
9
+ Platform: UNKNOWN
10
+ Description-Content-Type: text/markdown
11
+
12
+ This is a security placeholder package.
13
+
@@ -0,0 +1,6 @@
1
+ README.md
2
+ setup.py
3
+ yandex_Farama_Notifications.egg-info/PKG-INFO
4
+ yandex_Farama_Notifications.egg-info/SOURCES.txt
5
+ yandex_Farama_Notifications.egg-info/dependency_links.txt
6
+ yandex_Farama_Notifications.egg-info/top_level.txt