valar 0.0.10__tar.gz → 0.0.11__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.

Potentially problematic release.


This version of valar might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: valar
3
- Version: 0.0.10
3
+ Version: 0.0.11
4
4
  Summary: valar for morghulis
5
5
  Author: LYP
6
6
  Author-email: liuyinpeng@buaa.edu.cn
@@ -119,28 +119,3 @@ application = ProtocolTypeRouter({
119
119
  ```
120
120
 
121
121
 
122
-
123
- # prepare
124
- ```sh
125
- python -m pip install --upgrade pip
126
- ```
127
- ```sh
128
- pip install --upgrade build
129
- ```
130
- ```sh
131
- pip install twine
132
- ```
133
-
134
- # publish
135
- ```sh
136
- rm -r dist
137
- ```
138
- ```sh
139
- python -m build
140
- ```
141
- ```sh
142
- twine check dist/*
143
- ```
144
- ```sh
145
- twine upload dist/*
146
- ```
@@ -101,28 +101,3 @@ application = ProtocolTypeRouter({
101
101
  ```
102
102
 
103
103
 
104
-
105
- # prepare
106
- ```sh
107
- python -m pip install --upgrade pip
108
- ```
109
- ```sh
110
- pip install --upgrade build
111
- ```
112
- ```sh
113
- pip install twine
114
- ```
115
-
116
- # publish
117
- ```sh
118
- rm -r dist
119
- ```
120
- ```sh
121
- python -m build
122
- ```
123
- ```sh
124
- twine check dist/*
125
- ```
126
- ```sh
127
- twine upload dist/*
128
- ```
@@ -10,7 +10,7 @@ requires = ['channels==3.0.3']
10
10
 
11
11
  setup(
12
12
  name="valar", # 包名
13
- version="0.0.10", # 版本号
13
+ version="0.0.11", # 版本号
14
14
  author="LYP", # 作者
15
15
  author_email="liuyinpeng@buaa.edu.cn", # 邮箱
16
16
  description="valar for morghulis", # 简短描述
@@ -21,7 +21,7 @@ async def handel_channel(request, handler):
21
21
  await sender.register()
22
22
  loop = asyncio.get_event_loop()
23
23
  loop.create_task(method(data, sender))
24
- return ValarResponse({'status':'OK'}, message='OK', code= 'success')
24
+ return ValarResponse({'status':'OK'})
25
25
 
26
26
 
27
27
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: valar
3
- Version: 0.0.10
3
+ Version: 0.0.11
4
4
  Summary: valar for morghulis
5
5
  Author: LYP
6
6
  Author-email: liuyinpeng@buaa.edu.cn
@@ -119,28 +119,3 @@ application = ProtocolTypeRouter({
119
119
  ```
120
120
 
121
121
 
122
-
123
- # prepare
124
- ```sh
125
- python -m pip install --upgrade pip
126
- ```
127
- ```sh
128
- pip install --upgrade build
129
- ```
130
- ```sh
131
- pip install twine
132
- ```
133
-
134
- # publish
135
- ```sh
136
- rm -r dist
137
- ```
138
- ```sh
139
- python -m build
140
- ```
141
- ```sh
142
- twine check dist/*
143
- ```
144
- ```sh
145
- twine upload dist/*
146
- ```
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes